ABS#

Functionality:#

This Oracle function will return the absolute value of the number provided (remove the minus sign if there is one)

Parameters: #

NUMBER The original number

Returns: #

Number

Errors: #

None

Example:#

abs(~) will return 3.14 if the value is -3.14 (negative) or positive 3.14


Notes #

Click to create a new notes page