Re: [GENERAL] Float

From: George Kousi <george(at)albourne(dot)com>
To: "Anatoly K(dot) Lasareff" <tolik(at)icomm(dot)ru>
Cc: Javier E Polo <jpolo(at)luna(dot)uniandes(dot)edu(dot)co>, PostgreSQL general mailinglist <pgsql-general(at)postgreSQL(dot)org>
Subject: Re: [GENERAL] Float
Date: 1998-11-10 14:31:46
Message-ID: 36484E52.DCB7703E@albourne.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Anatoly K. Lasareff" wrote:

> >>>>> "JEP" == Javier E Polo <jpolo(at)luna(dot)uniandes(dot)edu(dot)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(at)icomm(dot)ru
> Senior programmer

try:
create table rrr (
a float4
);

Regards,

George Kousi

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bryan White 1998-11-10 19:28:04 Postgres vs. Oracle
Previous Message Fuad Abdallah 1998-11-10 13:54:36 Re: [GENERAL] Does 6.4 work with Irix 6.5.1 ?