FLOOR()Nearest lower integerReturns the nearest integer less than or equal to x. Sample usage FLOOR(3.14) returns 3 FLOOR(-3.14) returns -4 FLOOR(5) returns 5 Syntax FLOOR(x) x - Any numeric value. See also ABS() CEILING() ROUND() Was this helpful?How can we improve it?YesNoSubmit