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.
select CEIL(12.1) AS value
from ignoreMeselect CEIL(-12.1) AS value
from ignoreMeLast updated
Was this helpful?
Was this helpful?