CEIL#

Functionality:#

This Oracle function will return number rounded up to the next integer. (Ceiling)

Parameters: #

NUMBER The original number

Returns: #

Number

Errors: #

None

Example:#

ceil(~) will return 4 if the value is greater than 3 (3.01 or 3.95)


Notes #

Click to create a new notes page