FLOOR()
Floor of a number
BIGINT
or INT128
for exact numeric number, or DOUBLE PRECISION
or DECFLOAT
for floating point number
FLOOR (number)
Parameter | Description |
---|---|
number |
An expression of a numeric type |
Returns the largest whole number smaller than or equal to the argument.