OracleNumeric FunctionsCEIL
ABS

CEILNumeric Functions

FLOOR

Returns the ceiling.

Syntax

CEIL(n)

Example

Enter values below to update the example in real time.

ceil_val
SELECT CEIL(3.2) AS ceil_val FROM DUAL;