Forum Discussion
lukassimoncic
7 years agoNew Member
Right Anti Join Returns Null
Hi there! I have 2 tables containing a list of parts, one from last month (Old, 165658 rows) and another from this month (New, 166761 rows). I want to do a right anti join so I can only display t...
- 7 years ago
You need to expand the table in the far right columns labeled "New".
drewlewis15
7 years agoSolution Specialist
You need to expand the table in the far right columns labeled "New".
- lukassimoncic7 years agoNew Member
Thanks!