Hi All,
I have scenario like
I am running this query :
Select 1 as Flag1
Select 2 as Flag2
Select 3 as Flag3
I want to store these three outputs into three different variables. How to achieve that :
I can't do selection in one select that is just an example I have big queries in selection of flag.
Any suggestions
Thanks
Sumit