UPDATE table1 A ,(SELECT columns and aggregate values FROM table2) AS B JOIN condition. SET A.column1 = B.aggregateValue. WHERE condition.
確定! 回上一頁