ABS
Purpose
This function returns the absolute value of the number n
.
Syntax
abs::=
Example
SELECT ABS(-123) ABS;