Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: how to insert string " Version 3.4.5 " into oracle as varchar2? Decimal causes problems
In article <qj383tckh68bh65vq4b2vvj7ks2oblk2ui_at_4ax.com>,
kilidire <cr389_at_torfree.net> wrote:
> Does anyone know how to insert that data into a table as a varchar2 ?
> Thanks.
> The decimal is causing some problems ...
>
Hi,
I didn't know what the problem should be. Test it:
create table test(v1 varchar2(255));
insert into test values('Version 3.4.5');
May be you should not use double quotes (") to enclose strings.
Martin
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Mon Dec 11 2000 - 01:06:01 CST
![]() |
![]() |