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: NewLine with SQL

Re: NewLine with SQL

From: Matthias Gresz <nospam_at_newsranger.com>
Date: Tue, 02 Oct 2001 13:02:03 GMT
Message-ID: <fViu7.12575$ev2.19100@www.newsranger.com>


In article <9pc8eg$1b72$1_at_news6.isdnet.net>, DBA Casino Monté-Carlo says...
>
>Hi,
>
>Someone could tel me how can i do to insert a NewLine Character in a :
>
>select "myString," || NewLine || myString2 from toto;
>
>result is : myString,
> myString2
>
>Thank's
>
>

Depending on the OS you have its something like:

chr(10) || chr(13)

Hth
Matthias Received on Tue Oct 02 2001 - 08:02:03 CDT

Original text of this message

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