CEILING
Returns the least integer greater than or equal to a specified numeric expression.
Note: This function
is equivalent to CEILING in T-SQL.
Return Value
Numeric
Syntax
CEILING( expr )
where expr is a numeric expression.