sql 语句:

insert into table1 (column1,column2) select column1,column2 from table2 where 条件

含义:

将table2的数据插入到table1

相关文章: