Forum Discussion
akhaliq7
Post Prodigy
4 years agoleft anti join - expand required?
I know in some cases you have to expand the columns when doing a left outer join/merge but when doing a left anti join/merge I don't think expanding is required. Is this the best practice to follow? ...
- 4 years ago
Of coz the deletion of the merged column does the trick since there is nothing but nulls in the merged column from a left anti-join.
CNENFRNL
Community Champion
4 years agoOf coz the deletion of the merged column does the trick since there is nothing but nulls in the merged column from a left anti-join.