How to: |
FLOOR returns the largest integer value that is less than or equal to a number.
FLOOR(number)
where:
Numeric
Is the number whose floor will be returned. The output data type is the same as the input data type.
FLOOR returns the smallest integer larger than the value in GROSS_PROFIT_US:
FLOOR(GROSS_PROFIT_US)
For 225.98, the output is 225.00.
For -30.01, the output is -31.00.
WebFOCUS | |
Feedback |