PostgreSQL Round Double Precision
SELECT ROUND(some_value::numeric ,2)
GutoTrosla
SELECT ROUND(some_value::numeric ,2)