Rounds the number down.
FLOOR( <x> )
SELECT FLOOR(1.23); ┌─────────────┐ │ floor(1.23) │ ├─────────────┤ │ 1 │ └─────────────┘