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: How to embed a newline in a PLSQL VARCHAR2

Re: How to embed a newline in a PLSQL VARCHAR2

From: Jomarlen <jomarlen_at_aol.com>
Date: 1997/10/01
Message-ID: <19971001160301.MAA12303@ladder01.news.aol.com>#1/1

Try
v_string := 'This string should split '||chr(10)||'into two lines';

John

>I want to do something like
>
> v_string VARCHAR2(100);
>
> v_string := 'This string should split \ninto two lines';
> DBMS_OUTPUT.PUT_LINE(v_string);
>
>
>This string should be split
>into two lines
>
>
>How to do?
>
>Yrs,
>Ed
>
>
>
>
>
>
>
>
>
>
Received on Wed Oct 01 1997 - 00:00:00 CDT

Original text of this message

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