FLOOR()
returns a number rounded down that is less than or equal to the specified argument.
FLOOR()
function in Oxla is:
FLOOR()
function requires one argument:
x
: A positive or a negative decimal number (or an expression that evaluates to a decimal number).
FLOORL()
function rounds down a positive decimal value:
FLOORL()
function rounds down a negative decimal value:
FLOOR()
function can be used with a table to round down the values in a specific column: