Is it possible to add a dummy row in the select clause which represents as a header to the results that are returned. The header should be part of the SQL query results.
Name|Address|Phone Numer
XYZ|City name|1233457890
The second row is the sql result and first one the header. I already have the header string constructed which is dynamic.