A simple left join to return rows that are not found in table bCode:SELECT A.* FROM TableA A LEFT JOIN TableB B ON A.Fields2 = B.Fields2 AND A.Fields3 = B.Fields3 AND adddate('Date Value', A.Fields4) = B.Fields4 WHERE B.Fields1 IS NULL
TG
|
Results 1 to 3 of 3
Thread: SQL ProblemThreaded View
|
Click Here to Expand Forum to Full Width |