ceil

Returns the smallest integer greater than or equal to "numeric_expression" or "string_expression". Note that "string_expression" must represent a valid numeric value.

Syntax

ceil ( numeric_expression|string_expression )