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 can I insert newline character into table

Re: how can I insert newline character into table

From: Michel Cadot <micadot{at}altern{dot}org>
Date: Wed, 14 Sep 2005 20:42:24 +0200
Message-ID: <43286f05$0$4386$626a14ce@news.free.fr>

"abby" <abby_at_yahoo.com> a écrit dans le message de news: 43282c00$1_at_127.0.0.1...
| Dear all,
| It may be a wrong posted here, but I really need help on this. thanks all.
|
| Abby
|
|

insert into mytable values ('
');

insert into mytable values (chr(10));

Regards
Michel Cadot Received on Wed Sep 14 2005 - 13:42:24 CDT

Original text of this message

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