Hi,
I have written a query say
Select * from tablename;
now, i get the output
Query Result:
===============
column1 column2
1 2
3 4
5 6
and so on. How i can spool the output(query result) to C:\newfolder\Extraction.TXT or C:\newfolder\Extraction.CSV
Please note that the output records are high in number.