Re: [GENERAL] Float

From: tolik(at)icomm(dot)ru (Anatoly K(dot) Lasareff)
To: Javier E Polo <jpolo(at)luna(dot)uniandes(dot)edu(dot)co>
Cc: PostgreSQL general mailinglist <pgsql-general(at)postgreSQL(dot)org>
Subject: Re: [GENERAL] Float
Date: 1998-11-10 13:29:39
Message-ID: x77lx3u14s.fsf@tolikus.hq.aaanet.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>>>>> "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

In response to

  • Float at 1998-11-10 13:17:56 from Javier E Polo

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Fuad Abdallah 1998-11-10 13:54:36 Re: [GENERAL] Does 6.4 work with Irix 6.5.1 ?
Previous Message The Hermit Hacker 1998-11-10 13:28:11 Re: [GENERAL] Does 6.4 work with Irix 6.5.1 ?