round « Math Functions « PostgreSQL






1.round(x): Returns x rounded to the nearest whole integer
2.round(x, s): Returns the value of x, optionally rounded to s decimal places
3.SELECT round(4, 4)