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: Ian Cary <cary_at_gatwick.geco-prakla.slb.com>
Date: 1997/10/02
Message-ID: <34339A9D.2E57@gatwick.geco-prakla.slb.com>#1/1

How about

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

Cheers,

Ian Received on Thu Oct 02 1997 - 00:00:00 CDT

Original text of this message

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