ceil
This section contains reference documentation for the CEIL function.
Signature
Usage Examples
select CEIL(12.1) AS value
from ignoreMevalue
select CEIL(-12.1) AS value
from ignoreMevalue
Last updated
Was this helpful?
This section contains reference documentation for the CEIL function.
Rounded up to the nearest integer.
CEIL(col1)
select CEIL(12.1) AS value
from ignoreMe13
select CEIL(-12.1) AS value
from ignoreMe-12
Last updated
Was this helpful?
Was this helpful?

