Re: [SQL] decimal

Поиск
Список
Период
Сортировка
От Jeff MacDonald
Тема Re: [SQL] decimal
Дата
Msg-id Pine.LNX.4.10.9909221022150.27527-100000@penguin.hub.org
обсуждение исходный текст
Ответ на decimal  ("Aleš Vojáček" <alesv@fbl.cz>)
Список pgsql-sql
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
======================================================



В списке pgsql-sql по дате отправления:

Предыдущее
От: Stuart Rison
Дата:
Сообщение: [GENERAL] UPDATE feature or bug?
Следующее
От: Paulo Roberto Kappke
Дата:
Сообщение: Date type select