Hi Everyone,
I believe you guys are doing fine!. I require some assistance from you as I got stuck while doing joining.
Here's the explanation :
I've two tables T1, T2 and for T1 I've 3 columns named ItemNo, ItemC1, ItemC2 and for table T2 I've ItemNo, ItemC1 to ItemC10. Here, I want to find records where T1.ItemNo= T2.ItemNo and any ItemCode in T1 present in any ItemCode in T2. The final output should have the records of above met condition and the columns should be from table T2 only.
Much appreciated if anyone could help me on this.
... View more