Ceiling
Returns a number rounded to the next highest integer.
Syntax
ceiling (numeric_exp)
Examples
ceiling (-1.23)
Returns the result: -1
ceiling (1.23)
Returns the result: 2
ceiling (numeric_exp)
ceiling (-1.23)
Returns the result: -1
ceiling (1.23)
Returns the result: 2