TIDB create table...select is not implemented yet

不支持create table as ,可以用create table like或者手工建表再insert into select 导入数据。
insert into select 数据量大的时候很容oom,可以调整tidb_mem_quota_query参数,默认1G小了