選出一個表中的數據插入到另外一個表中的對應列: sql
Insert into Table2(field1,field2,...) select value1,value2,... from Table1