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: insert carriage return

Re: insert carriage return

From: Ed Prochak <edprochak_at_magicinterface.com>
Date: Mon, 22 Oct 2001 00:52:52 GMT
Message-ID: <3BD398CF.D30EDDCF@magicinterface.com>

tony wrote:
>
> I want to insert carriage returns into a field of datatype long. For
> example in sqlplus.
>
> insert into table a (textfield, intfield, longfield)
> values ('text', 99, 'some text folowed by carriage return followed by
> more text followed by another carriage return');
>
> Des anybody know how to do this?
>
> thanks
> cheers,
> tony
> 494-1021 w
> 461-4550 h

insert into table a (textfield, intfield, longfield) values ('text', 99, 'some text folowed by followed by another
');

Just try it! Received on Sun Oct 21 2001 - 19:52:52 CDT

Original text of this message

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