Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> How to embed a newline in a PLSQL VARCHAR2
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
![]() |
![]() |