CEILING(numeric_exp)

Returns the smallest integer greater than or equal to numeric_exp.

 

Example:

SELECT CEILING(.75) returns 1