CEILING / CEIL¶
Calculates the smallest integer greater than the numeric expression given.
Syntax¶
CEILING( expr )
CEIL ( expr )
Arguments¶
Parameter |
Description |
---|---|
|
Numeric expression |
Returns¶
When using the CEILING
and CEIL
floating point number scalar functions, real
arguments are automatically cast to double
precision.
Notes¶
If the input value is NULL, the result is NULL.