PostgreSQL Convertir texto a flotación
select cast('132342' as double precision);
GutoTrosla
select cast('132342' as double precision);