Cómo convertir la expresión exponencial en n float decimal en postgresql
SELECT ROUND('your-result-here', n)::float
Smiling Skunk
SELECT ROUND('your-result-here', n)::float