Hi,
Is there an option in export command to fetch the column names used in the query as well as the data returned by the query.
Also,Ne other way to achieve this is also welcome.
Input Query
select col1,col2 from table
Output I want is
col1,col2
a,b
c,d
e,f
Any Help appreciated
Thanks
Ashutosh