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

How to embed a newline in a PLSQL VARCHAR2

From: Edward Baggott <eabaggot_at_hiwaay.net>
Date: 1997/10/01
Message-ID: <ze7wo5mz8GA.139@news2.ingr.com>#1/1

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