insert into table1 select * from table2
create table1 as select * from table2
快速从一张表向另外一张表插入数据(表结构相同),快速创建表
最新推荐文章于 2024-08-16 15:55:45 发布
insert into table1 select * from table2
create table1 as select * from table2