FLOOR()Round down to nearest integerReturns the nearest integer rounded down. 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