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
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
Was this helpful?
Was this helpful?

