ABS
CEILING
FLOOR
Returns the ceiling.
CEILING(n)
Enter values below to update the example in real time.
ceil_val
SELECT CEILING(3.1) AS ceil_val;