CEILING is a scalar function that returns the following values:
IF arg is... | THEN CEILING returns... |
---|---|
a non-exact number | the next integer value that is greater than arg. |
an exact number | the input argument arg. |
NULL | NULL. |
CEILING is a scalar function that returns the following values:
IF arg is... | THEN CEILING returns... |
---|---|
a non-exact number | the next integer value that is greater than arg. |
an exact number | the input argument arg. |
NULL | NULL. |