Forum Discussion

akhaliq7's avatar
akhaliq7
Icon for Post Prodigy rankPost Prodigy
4 years ago
Solved

left 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? ...
  • CNENFRNL's avatar
    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.