I need help with joining two tables in following scenario
Table One
Col A
Col B
Col C1
Col C2
Col C3
Table Two
Col C
Col D
I need to join [One] with [Two] and get One.A and Two.D as my output.
Here is the join logic:
Join on [One].C1 = [Two].C if no match, I need to join [One].C2 = Two.C again if no match join with [One].C3 = [Two].C
One.AandTwo.Dvalues? Do you want to see duplicates? Have them grouped together?