Returns the absolute value of a numeric expression.
ABS( numeric-expression )
numeric-expression The number whose absolute value is to be returned.
SQL/2003 SQL foundation feature outside of core SQL.
The following statement returns the value 66.
SELECT ABS( -66 ); |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |