ABS
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Computes the absolute value of expression.
Syntax
|
Notes
- The
argument to the function must be of type
TINYINT,SMALLINT,INTEGER,NUMERIC,REAL, orFLOAT. - The result is of type
NUMERIC. - If the argument expression evaluates to
NULL, the result isNULL.
Example
This
example illustrates the ABS function:
|
Compatibility
ODBC compatible