──ABS(number)──────────────
ABS returns the absolute value of number. The result has no sign and is formatted according to the current NUMERIC settings.
Here are some examples:
ABS('12.3') -> 12.3 ABS(' -0.307') -> 0.307