The Oracle and PL/SQL ABS function returns the absolute value of a number.
ABS(n)
Example 1:
SELECT ABS(-89) FROM DUAL;
89
The Oracle and PL/SQL ABS function returns the absolute value of a number.
ABS(n)
Example 1:
SELECT ABS(-89) FROM DUAL;
89