Return the absolute value of a numeric expression.
math
Returns the absolute (non-negative) value of a numeric operand. The result type matches the operand type. If the operand is NULL, the result is NULL.