Loading lesson path
Concept visual
Start at both ends
Return the absolute value of a number:
SELECT ABS(-243.5);The ABS() function returns the absolute (positive) value of a number.
number )
Required. A numeric value
From MySQL 4.0
❮ MySQL Functions