I am trying to update a table (HRBI) with a LEFT JOIN on another table. I am getting a syntax area on the following script:
UPDATE HRBI
LEFT JOIN REMMINC ON (HRBI.[PayGroupCountryDesc] = REMMINC.[REMCountry]) AND (HRBI.[BusinessLvl1(Group)Code] = REMMINC.[BusinessGroup]);
Is there anything obviously wrong with this? Thanks!