ROUNDDOWN
The ROUNDDOWN function rounds a numeric value down by the specified number of digits.
ROUNDDOWN Syntax
Use the following syntax when incorporating the ROUNDDOWN function in queries:
ROUNDDOWN(expression, number_of_digits)
Where number_of_digits is an integer that specifies the number of digits to round the expression down.