FLOOR
This section contains reference documentation for the FLOOR function.
Signature
Usage Examples
select FLOOR(12.1) AS value
from ignoreMevalue
select FLOOR(-12.1) AS value
from ignoreMevalue
Was this helpful?
This section contains reference documentation for the FLOOR function.
Rounded down to the nearest integer.
FLOOR(col1)
select FLOOR(12.1) AS value
from ignoreMe12
select FLOOR(-12.1) AS value
from ignoreMe-13
Was this helpful?
Was this helpful?

