In the below query, both 'order' and 'order_detail' tables are updated at once. UPDATE orders o INNER JOIN order_details od ON o.order_id = ...
確定! 回上一頁