function ceil(expression)

ceil() returns the smallest integer greater than or equal to the argument.

Arguments:
expression: A numeric expression.

Example Query:
    RETURN ceil(0.1)