ABS
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- 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