Here is what I'm trying to do:
SQL-query :
UPDATE notfoundinmhimports,mhimports
SET
notfoundinmhimports.found = 'y'
WHERE
notfoundinmhimports.original_sym = mhimports.tradesymbol;
MySQL said:
You have an error in your SQL syntax near 'mhimports
SET
notfoundinmhimports.found = 'y'
WHERE
notfoundinmhimpo' at line 1
Can anyone help me out? Thanks in advance!
SQL-query :
UPDATE notfoundinmhimports,mhimports
SET
notfoundinmhimports.found = 'y'
WHERE
notfoundinmhimports.original_sym = mhimports.tradesymbol;
MySQL said:
You have an error in your SQL syntax near 'mhimports
SET
notfoundinmhimports.found = 'y'
WHERE
notfoundinmhimpo' at line 1
Can anyone help me out? Thanks in advance!