Float

Javier E Polo <jpolo@luna.uniandes.edu.co>

From: Javier E Polo <jpolo@luna.uniandes.edu.co>
To: PostgreSQL general mailinglist <pgsql-general@postgreSQL.org>
Date: 1998-11-10T13:17:56Z
Lists: pgsql-general
I'm want to create a table with data types float or doubles. How can I declare them
?

Create table rrrrrrr (
tip1  ????(float)???,
);

Thanks