Mega Code Archive

 
Categories / PostgreSQL / Math Functions
 

SELECT round(4, 4)

postgres=# SELECT round(4, 4);  round --------  4.0000 (1 row) postgres=#