MySQL ABS Function

Example

Return the absolute value of a number:

SELECT ABS(-243.5);

Definition and Usage

The ABS() function returns the absolute (positive) value of a number.

Syntax

ABS(number)

Continue reading MySQL ABS Function