sql语句 怎么从一张表中查询数据插入到另一张表中

如题所述

如果另一张表不存在 。
select * into table2 from table1
如果表存在
insert into table2(字段1,字段2...)
select 字段1,字段2... from table1
温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答