formatting the output of a sql query.
- by randeepsp
Hi!
I am using solaris os.
from solaris im logging into sql plus.
my database is oracle 9i.
i am spooling the output of my query into a file.
i want in .csv format so that i can copy it into excel.
can any1 help me out.
my query is like.
select name,id,location from employee;