See Also
You are here: SQL Reference > SQL Functions and Operators > Mathematical Functions and Operators > Mathematical Functions > ABS
ContentsIndexHome
PreviousUpNext
ABS
ABS

 

Syntax

ABS(number)

 

Returns the absolute value of number, ie. if number is less than 0, returns -number otherwise, it returns number

 

Related