formatting the output of a sql query.
        Posted  
        
            by randeepsp
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by randeepsp
        
        
        
        Published on 2010-03-24T13:22:54Z
        Indexed on 
            2010/03/29
            6:53 UTC
        
        
        Read the original article
        Hit count: 386
        
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;
© Stack Overflow or respective owner