Mega Code Archive
CEIL() and CEILING() return the smallest integer that is not less than the specified number
mysql>
CEILING()
mysql>
mysql> SELECT CEILING(9.327);
+----------------+
| CEILING(9.327) |
+----------------+
| 10 |
+----------------+
1 row in set (0.00 sec)