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: Steve Guilford <sguilford_at_minglewooddata.com>
Date: Wed, 03 Oct 2001 20:53:58 GMT
Message-ID: <GVKu7.6524$zn4.1025334456@newssvr13.news.prodigy.com>


DBA Casino Monté-Carlo wrote:

> 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
>
>
>

select "mystring,"||chr(10)||chr(12)||'mystring2' from toto; Received on Wed Oct 03 2001 - 15:53:58 CDT

Original text of this message

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