Mathematic function that returns an absolute (positive) value of the specified numeric expression.
numeric_expression - expression of a numeric data type.
The following example shows the results of using the ABS function on three different numbers.
ABS(-45) ABS(-234235) ABS(432423)
Here is the result set.
45 234235 432423