greetings,
you need the numeric type
ie
create table example(thisvaluse numeric(12,6)
);
insert into table example values(012345678912.012345);
On Wed, 22 Sep 1999, Ale� Voj��ek wrote:
> Hi all,
> I'm new in postress world,
> I have one question exists any datatype like decimal (12,6) (123456789012.123456) in postgress?
> sorry for my english
> Ales
>
======================================================
Jeff MacDonaldjeff@hub.org webpage: http://hub.org/~jeffjeff@pgsql.com irc: bignose on EFnet
======================================================