CEIL
Rounds the given input up to the nearest integer.
This is an alias for the CEILING
function.
Syntax
Arguments
X
X
Type: numeric
A numeric value.
Returns
Type: same as input
X
rounded up to the nearest integer.
Examples
Transformation job example
SQL
Query result
Last updated