Course
Simulator
More
Premium
Log in
MySQL Function Reference
Functions
ABS
ABS
Returns the absolute value of a number
MySQL 8.1
ABS
(
num
)
Examples
MySQL 8.1
SELECT
ABS
(
-
2
)
;