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

Home -> Community -> Usenet -> c.d.o.server -> generate CSV

generate CSV

From: Titi <thierry.constant2_at_wanadoo.fr>
Date: Sat, 23 Mar 2002 11:06:05 +0100
Message-ID: <3c9c5386$0$23203$626a54ce@news.free.fr>


Hi,

simple SQL question for you:
how can I generate a csv file from a table in oracle ?

something like:
set head off
set feed off
select col1||';',col2||';'... from table_name ;

the columns are in several lines , not one line I have problem with col format I think

How can I do that ??

Thanks Received on Sat Mar 23 2002 - 04:06:05 CST

Original text of this message

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