Author: selvamsrinivasan85
Posted: Fri Nov 04, 2016 10:46 pm (GMT 5.5)
Hi Rohit,
You gave me a clue. Thanks.
I think below will work fine. Will try and let you know.
Code'd by Rohit Umarjikar
_________________
Thanks,
S.Srinivasan.
Posted: Fri Nov 04, 2016 10:46 pm (GMT 5.5)
Hi Rohit,
You gave me a clue. Thanks.
I think below will work fine. Will try and let you know.
Code: |
Select A.Col1_tb1 as col1, A.Col2_tb1 as col2, B.Col1_tb2 as col3, C.Col2_tb2 as col4 from Table1 A, Table2 B where A.id = B.id; |
Code'd by Rohit Umarjikar
_________________
Thanks,
S.Srinivasan.