FLOOR#
Functionality:#
This Oracle function will return number rounded down to the next integer.Parameters: #
NUMBER | The original number |
Returns: #
NumberErrors: #
NoneExample:#
floor(~) will return 3 if the value is greater than 3 (3.00 or 3.95) but less than 4.