Calculates the absolute value of a number <val>.
<val>
ABS(<val>)
SELECT ABS(-200.50);
Returns: 200.5
200.5