| Parameter | Type |
|---|---|
x | decimal, double |
Returns: decimal
Example
query:
SELECT CEILING(3.2)
results:
| ceiling |
|---|
| 4.00 |
The mathematical function to round a decimal value upward to the nearest integer value.
| Parameter | Type |
|---|---|
x | decimal, double |
query:
SELECT CEILING(3.2)
results:
| ceiling |
|---|
| 4.00 |