I am getting an issue with this update statement:
update customers
set customers.email = initialsynctemptable.thinkEmail,
customers.packages = initialsynctemptable.thinkPackages
FROM customers INNER JOIN initialsynctemptable
ON customers.id = initialsynctemptable.customerID
and are using mySQL. There is a squigly line under the FROM word. Essentially I am trying to do an update one table (customers) with data from another table (initialsynctemptable).....Help! Thanking you
fromis not used for this. RTLM: dev.mysql.com/doc/refman/5.0/en/join.html