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