ABS
CEIL
FLOOR
Returns the ceiling.
CEIL(n)
Enter values below to update the example in real time.
ceil_val
SELECT CEIL(3.2) AS ceil_val FROM DUAL;