Re: [GENERAL] Float

Поиск
Список
Период
Сортировка
От George Kousi
Тема Re: [GENERAL] Float
Дата
Msg-id 36484E52.DCB7703E@albourne.com
обсуждение исходный текст
Ответ на Re: [GENERAL] postgreSQL 6.3.2 and AIX  (Memphisto <szoli@netvisor.hu>)
Список pgsql-general
"Anatoly K. Lasareff" wrote:

> >>>>> "JEP" == Javier E Polo <jpolo@luna.uniandes.edu.co> writes:
>
>  JEP> I'm want to create a table with data types float or doubles. How can I declare them
>  JEP> ?
>
>  JEP> Create table rrrrrrr (
>  JEP> tip1  ????(float)???,
>  JEP> );
>
> Pehaps
>
> create table rrr (
>   a     float
> );
>
> What is the problem?
>
> --
> Anatoly K. Lasareff              Email:       tolik@icomm.ru
> Senior programmer

try:
create table rrr (
a float4
);

Regards,

George Kousi


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