SQL UPDATE where a LEFT JOIN is NOT NULL - Possible??? - Microsoft Community
SQL UPDATE where a LEFT JOIN is NOT NULL - Possible??? Attempting an UPDATE where a LEFT JOIN is NOT NULL. Is this possible?? Actual Access SQL code is: UPDATE TransTblB Set MatchLevel="Matched L1" ON INNER JOIN TransTblA ON ...
answers.microsoft.com |