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: help newbie fromatted ASCII text into cell

Re: help newbie fromatted ASCII text into cell

From: Pratap <pratap_fin_at_rediffmail.com>
Date: 21 Sep 2004 03:12:44 -0700
Message-ID: <830861d2.0409210212.76572d53@posting.google.com>


insert into t values (

'host=a.b.c             # host name
port=123               # port
increment=1^2          # increment'

);

select * from t;

A


host=a.b.c             # host name
port=123               # port
increment=1^2          # increment

Regards,

Pratap Received on Tue Sep 21 2004 - 05:12:44 CDT

Original text of this message

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