The FLOOR() function returns the smallest integer value that's smaller than or equal to "Number".
Character strings as arguments are interpreted as numbers.
If there are invalid values in the argument, the function returns 0.
The FLOOR() function returns NULL if the value of "Number" is NULL. |