Hi, is there a way I can combine the column name and its value in the result set? For example:
Sample data:
AccID Name Age
----- ------ ----
111 Andy 25
Desired Result:
-------------------------
AccID = 111
Name = Andy
Age = 25
Any idea?
Andel
andelbarroga@hotmail.com
Sample data:
AccID Name Age
----- ------ ----
111 Andy 25
Desired Result:
-------------------------
AccID = 111
Name = Andy
Age = 25
Any idea?
Andel
andelbarroga@hotmail.com