What is the purpose of FLOOR function?
What is the purpose of FLOOR function? FLOOR function is used to round up a non-integer value to the previous least integer. Example is given FLOOR(6.7) Returns 6.