Valid floating-point values : Float « Data Type « PostgreSQL






Valid floating-point values

postgres=# -- Valid floating-point values
postgres=#
postgres=# SELECT .04 AS small_float;
 small_float
-------------
        0.04
(1 row)

           
       








Related examples in the same category

1.select -16.63 AS negative_float