The syntax for the SQL UPDATE statement when updating a table with data from another table is: UPDATE table1 SET column1 = (SELECT expression1 FROM table2 ...
確定! 回上一頁