Another way to update a table based on a Select query from another table is to use a subquery. UPDATE person SET account_number = ( SELECT ...
確定! 回上一頁