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

create table tablename as select * from table;

如果表名存在

insert into table as select * from table;

posted @ 2020-11-25 12:49  LoveYouLoveMe  阅读(392)  评论(0编辑  收藏  举报