Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - Database Management and Reference » UltraLite SQL Function Reference » Alphabetical list of functions

Alphabetical list of functions Next Page

ABS function [Numeric]


Returns the absolute value of a numeric expression.

Syntax

ABS( numeric-expression )

Parameters

numeric expression    The number whose absolute value is to be returned.

Standards and compatibility
Example

The following statement returns the value 66.

SELECT ABS( -66 );