Select 6.1e-2 AS negative_exponent : exponent « Math Functions « PostgreSQL






Select 6.1e-2 AS negative_exponent


postgres=# select 6.1e-2 AS negative_exponent;
 negative_exponent
-------------------
             0.061
(1 row)

postgres=#

           
       








Related examples in the same category

1.Select 4e3 AS exponential_float