function floor(expression)

floor() returns the greatest integer less than or equal to the expression.

Arguments:
expression: A numeric expression.

Example Query:
    RETURN floor(0.9)