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: oracle to text

Re: oracle to text

From: Martin Jesterhoudt <martinj_at_worldonline.nl>
Date: 1997/08/01
Message-ID: <33e25478.3693320@news.worldonline.nl>#1/1

On Tue, 29 Jul 1997 22:17:24 +0800, "Nelson Chan" <nchan_at_fujitsu.com.hk> wrote:

> I am not at all experienced at using Oracle but I need to read an Oracle5
>database. My preferred output format file is ASCII text with a specified
>delimiter between fields in a record. I would appreciate someone giving me
>assistance.

Ehhhh, how about:

select column_name || '<delimiter>' || column_two ....


Received on Fri Aug 01 1997 - 00:00:00 CDT

Original text of this message

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