RE: Exporting data from tables into a CSV delimited file

RE: Exporting data from tables into a CSV delimited file

 

  

What about this?,

Set colsep ','

Spool tname.csv
Select * from table;
Spool off;



Thanks and Regards,
Satheesh Babu.S


Oracle LazyDBA home page