Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Carriage Return

Carriage Return

From: Allan Martin <allan.martin_at_saic.com>
Date: Tue, 4 Dec 2001 12:01:44 -0000
Message-ID: <3c0c4aa9$1@cpns1.saic.com>


Hi,

Does anyone know how to insert a Carriage Return into a field with a datatype of LONG.

I was working along the lines of:

update tblname set longfield = longfield || chr(13) || 'my new line' where pk = 'Martin';
commit;

but I'm getting back an inconsistent datatype.

Thanks in advance,

Allan Martin Received on Tue Dec 04 2001 - 06:01:44 CST

Original text of this message

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