FLOOR(numeric_exp)

Returns the largest integer less than or equal to numeric_exp.

 

Example:

SELECT FLOOR(75.5) returns 75