Course
Simulator
More
Premium
Log in
SQL Function Reference
Functions
CEILING
CEILING
Returns a number rounded to a larger integer
MySQL
CEILING
(
num
)
Examples
MySQL
SELECT
CEILING
(
0.2
)
;
MySQL
SELECT
CEILING
(
-
0.2
)
;
MySQL
SELECT
CEILING
(
3
)
;