以下のクエリを実行しましたが、エラーが発生しています:
UPDATE t_o
SET t_o.mlm_order_id = mt.order_id
FROM temp_orders t_o, mlm_transaction mt
WHERE mt.v2_order_id = t_o.order_id
エラーは次のとおりです。
#1064 - You have an error in your SQL syntax; check the manual
that corresponds to your MySQL server version for the right syntax to use near
'FROM temp_orders t_o, mlm_transaction mt WHERE mt.v2_order_id = t_o.order_id'
at line 3
助けてください ??