Lets consider the following query:
This gives result as:
I want the outcome as:
So the new columns inthe resultset are 'E-mail Address' and 'Web Site'.
[HTML]Note: This is just a simple example I have considered. Potentially there can be multiple things like that e.g. E-Mail, E-Mail2, Pager, Mobile etc etc...[/HTML]
Please advice on this. Thank you.
Code:
Select Col1, Col2 from Table1 where Colx = 'A5100650867'
Code:
Col1 Col2 E-mail Address xyz@GMAIL.com Web Site www.GOOGLE.com
Code:
E-mail Address Web Site xyz@GMAIL.com www.GOOGLE.com
[HTML]Note: This is just a simple example I have considered. Potentially there can be multiple things like that e.g. E-Mail, E-Mail2, Pager, Mobile etc etc...[/HTML]
Please advice on this. Thank you.
Comment