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 -> Re: Exporting Relationships to CSV file

Re: Exporting Relationships to CSV file

From: Jerry Gitomer <jgitomer_at_hbsrx.com>
Date: Fri, 15 Oct 1999 08:45:43 -0400
Message-ID: <7u78a0$74o$1@autumn.news.rcn.net>


No, it would be an invalid assumption.

Instead use:

SQL> SET COLSEP ','
SQL> spool temp
SQL> SELECT * from table1;
SQL> SPOOL OFF
SQL> SET COLSEP ' '

regards
jerry gitomer

Received on Fri Oct 15 1999 - 07:45:43 CDT

Original text of this message

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