Mysql 根據一個表數據更新另一個表

方法一:html update 更新表 set 字段 = (select 參考數據 from 參考表 where  參考表.id = 更新表.id);sql update table_2 m set m.column = (select column from table_1 mp where mp.id= m.id); 方法二:post update table_1 t1,table_2 t2
相關文章
相關標籤/搜索