SQL中經常使用的比較複雜的增刪改查

選出一個表中的數據插入到另外一個表中的對應列: sql

Insert into Table2(field1,field2,...) select value1,value2,... from Table1
相關文章
相關標籤/搜索