FLOORSQLFLOOR (expression) Parameters expression - any valid numeric expression. Description See also Java Math.floor. This method returns a double. Example Calculates floor price: SQLSELECT FLOOR(X) FROM Items; Updated over 4 years ago Table of Contents Parameters Description Example