mysql 從一張表查數據並插入另外一張表

INSERT INTO  table1 (table1_field1,table1_field2,...) select table2_filed1,table2_field2,... from table2 where condition1 and condition2 ...;it //一張表符合條件的數據插入另外一張表對應字段中io insert into shelve_goods_info
相關文章
相關標籤/搜索