将查询的数据添加创建的新表

create table tablename as select * from table;

如果表名存在

insert into table as select * from table;

原文地址:https://www.cnblogs.com/bellwether/p/14035420.html