Floor
@FLR(expression)
Returns a floating-point value which represents the largest integer less than or equal to expression.
FLOOR SET @FLR(2.5) ; FLOOR = 2.0