The ABS() SQL function returns the absolute, positive value of "Number".
If "Number" is not numeric, an attempt is made to cast the value to a numeric type before calculating the absolute value.
ABS() returns NULL if the value of "Number" is NULL.
The ABS() function returns 0 if "Number" is not a numeric value. |