ASA SQL Reference
SQL Functions
Alphabetical list of functions
Returns the absolute value of a numeric expression.
ABS ( numeric-expression )
numeric expression The number whose absolute value is to be returned.
SQL/92 Vendor extension.
SQL/99 SQL/foundation feature outside of core SQL.
Sybase Compatible with Adaptive Server Enterprise.
The following statement returns the value 66.
SELECT ABS( -66 )