April 2008
Intermediate to advanced
566 pages
21h 55m
English
ABS()
ABS(number)This function returns the absolute value of a given number. Here is an example:
SELECT ABS(-10); +----------+ | ABS(-10) | +----------+ | 10 | +----------+
Read now
Unlock full access