Is it possible to INSERT...ON DUPLICATE KEY UPDATE into a table on the current database from a table on another database?
The remote table has 3 additional columns which will need to be ignored (so can't do SELECT *).
Also, is it possible to do multiple rows in one query?
Thanks.