Hi All,
I'm trying to build query to extract unmatched records between two table by considering 4field.
I know how to do get unmatched records for 1 field ----- Select statement with Not IN opt
I can do by creating unique Id merging 4 field then above method, but Is there other way?
here is info I have.
Table A - F1 , F2 F3 F4
Table B - F1 , F2 F3 F4
Any help would be much appreciated.
Regards,
Mukesh