I am using the Solaris OS. From Solaris I'm logging into SQL*Plus. My database is Oracle 9i.
I am spooling the output of my query into a file. How can I get it in CSV format so that I can copy it into Excel?
My query is like the follwing.
select name,id,location from employee;