Update Table by selecting rocords from another table · UPDATE table1 · SET column1 = (SELECT expression1 · FROM table2 · WHERE conditions) · WHERE conditions;.
確定! 回上一頁