Author: selvamsrinivasan85
Posted: Fri Nov 04, 2016 10:35 pm (GMT 5.5)
Hi Rohit,
I am not facing any issue incase of native SP. I used to get column names in Result set.
I hope removing Alias will resolve this issue 2.
Want alias on where clause like below. Suggestions please.
Select Col1_tb1, Col2_tb1, Col1_tb2, Col2_tb2 from Table1 A, Table2 B where A.id = B.id;
Any suggestions on issue 1 will be grateful.
_________________
Thanks,
S.Srinivasan.
Posted: Fri Nov 04, 2016 10:35 pm (GMT 5.5)
Hi Rohit,
I am not facing any issue incase of native SP. I used to get column names in Result set.
I hope removing Alias will resolve this issue 2.
Want alias on where clause like below. Suggestions please.
Select Col1_tb1, Col2_tb1, Col1_tb2, Col2_tb2 from Table1 A, Table2 B where A.id = B.id;
Any suggestions on issue 1 will be grateful.
_________________
Thanks,
S.Srinivasan.