Contents Index Alphabetical list of functions ACOS function [Numeric]

ASA SQL Reference
  SQL Functions
    Alphabetical list of functions

ABS function [Numeric]


Function 

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 )

Contents Index Alphabetical list of functions ACOS function [Numeric]