CEILINGSQLCEIL (expression) CEILING (expression) Parameters expression - any valid numeric expression. Description See also Java Math.ceil. This method returns a double. Example Calculate a ceiling price for items: SQLSELECT item_id, CEILING(price) FROM Items; Updated over 4 years ago Table of Contents Parameters Description Example