Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Query results to csv file

Query results to csv file

From: Pat_RI <pat2469_at_yahoo.com>
Date: Sun, 9 Apr 2006 07:32:35 -0400
Message-ID: <9i6_f.540$B42.285@dukeread05>


I need to run a query and have the results published to a csv file. I am a relative newbie so any specific help would be much appreciated. The basic query below is what I want to export to a csv file.

SELECT

     first,
     middle,
     last,
     soc_sec,
     add_1,
     add_2,
     city,
     state,
     zip,
     phone,
     emp_id
FROM
     emp_info
Received on Sun Apr 09 2006 - 06:32:35 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US