Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: help newbie fromatted ASCII text into cell
pratap_fin_at_rediffmail.com (Pratap) wrote in message news:<830861d2.0409210212.76572d53_at_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
Thanks guys, works for me now, I am using sqlplus. Received on Tue Sep 21 2004 - 11:27:45 CDT
![]() |
![]() |