最簡單和最常用的方法是在 update 語句中使用 join 子句並在 update 語句中使用多個表。 UPDATE table1 t1 LEFT JOIN table2 t2 ON t1.column1 = t2.
確定! 回上一頁