Re: [GENERAL] Float

Anatoly K. Lasareff <tolik@icomm.ru>

From: tolik@icomm.ru (Anatoly K. Lasareff)
To: Javier E Polo <jpolo@luna.uniandes.edu.co>
Cc: PostgreSQL general mailinglist <pgsql-general@postgreSQL.org>
Date: 1998-11-10T13:29:39Z
Lists: pgsql-general
>>>>> "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