Softerra LDAP Administrator HelpShow AllHide All

ABS

Mathematic function that returns an absolute (positive) value of the specified numeric expression.

Syntax

ABS (numeric_expression)

Arguments

numeric_expression - expression of a numeric data type.

Examples

The following example shows the results of using the ABS function on three different numbers.

ABS(-45)    ABS(-234235)    ABS(432423)

Here is the result set.

45  234235  432423