CEIL#
Functionality:#
This Oracle function will return number rounded up to the next integer. (Ceiling)Parameters: #
NUMBER | The original number |
Returns: #
NumberErrors: #
NoneExample:#
ceil(~) will return 4 if the value is greater than 3 (3.01 or 3.95)