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: #
NumberErrors: #
NoneExample:#
abs(~) will return 3.14 if the value is -3.14 (negative) or positive 3.14