この更新ステートメントで問題が発生しています。
update customers
set customers.email = initialsynctemptable.thinkEmail,
customers.packages = initialsynctemptable.thinkPackages
FROM customers INNER JOIN initialsynctemptable
ON customers.id = initialsynctemptable.customerID
そしてmySQLを使用しています。FROM ワードの下に波線があります。基本的に、あるテーブル(顧客)を別のテーブル(initialsynctemptable)のデータで更新しようとしています.....助けてください!ありがとうございます