sql 将一个表的数据复制到另一个表

insert into  table1 (column1)   select  column2 from table2

原文地址:https://www.cnblogs.com/xuyun/p/6656602.html