SQL Function Reference

ABS
Returns the absolute value of a number
MySQL
ABS(num)
Examples
MySQL
SELECT ABS(-2);