CEILING
Returns the nearest equal or larger value of the input expression. Can also be called using CEIL().
Syntax
CEILING(numeric_expression NUMERIC) → INTEGER
numeric_expression: The number (
DOUBLE
,FLOAT
,INTEGER
) to compute the ceiling.
Examples
CEILING example
CEILING example
CEILING example
CEILING example
Last updated