CEIL(), CEILING()
Ceiling of a number
BIGINT or INT128 for exact numeric number, or DOUBLE PRECISION or DECFLOAT for floating point number
CEIL[ING] (number)
| Parameter | Description |
|---|---|
number |
An expression of a numeric type |
Returns the smallest whole number greater than or equal to the argument.