2017-10-31 MySQL - 使用另一個Table 更新 資料 83 0 MySQL MySQL - 使用另一個Table 更新 資料 UPDATE table1 JOIN table2 ON table1.id = table2.id SET table1.name = table2.name, table1.`desc` = table2.`desc` 參考來源: https://stackoverflow.com/questions/5036918/update-one-table-with-data-from-another MySQL 回首頁