Hi Guys
I want to find out how to get the following result?
Table 1
col1 Col2
123 100
123 200
Table 2
c1 c2
123 189
123 190
The result I need is as following:
123 100 189
123 200 190
Can you help me with the query for this one.
I tried to normal join it give following
123 100 189
123 100 190
123 200 189
123 200 190
Thanks for your help.
Longs
I want to find out how to get the following result?
Table 1
col1 Col2
123 100
123 200
Table 2
c1 c2
123 189
123 190
The result I need is as following:
123 100 189
123 200 190
Can you help me with the query for this one.
I tried to normal join it give following
123 100 189
123 100 190
123 200 189
123 200 190
Thanks for your help.
Longs