我遇到了这个更新声明的问题:
update customers
set customers.email = initialsynctemptable.thinkEmail,
customers.packages = initialsynctemptable.thinkPackages
FROM customers INNER JOIN initialsynctemptable
ON customers.id = initialsynctemptable.customerID
并且正在使用 mySQL。FROM 字下面有一条波浪线。本质上,我正在尝试使用另一个表(initialsynctemptable)中的数据更新一个表(客户).....帮助!感谢您