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.