CEILING
The CEILING function rounds an input value to the nearest integer that is greater than it.
Syntax
SELECT CEILING(…)
CEILING(constant)
CEILING(fact)
CEILING(metric)
CEILING(metric_expression)
Examples
SELECT CEILING(12.2) = 13
SELECT CEILING(12.7) = 13
Was this information helpful?
Thank you for your feedback!
Thank you for your feedback!
If you can't find what you need, don't hesitate to send us a comment.
Any questions?
Check out the GoodData community.