ceil « Math Functions « PostgreSQL






1.ceil(dp or numeric) smallest integer not less than argument
2.ceiling(dp or numeric) smallest integer not less than argument (alias for ceil)
3.ceil(x): Returns the smallest whole integer not less than argument (rounds up)
4.ceil(1.1), ceil(1.5)