NVL
- Last Updated: December 12, 2014
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Returns the value of the first expression if
the first expression value is not NULL. If the
first expression value is NULL, the value of the
second expression is returned.
Syntax
|
Notes
- The
NVLfunction is not ODBC compatible. Use theIFNULLfunction when ODBC‑compatible syntax is required. - The first argument to the function can be of any type.
- The type of the second argument must be compatible with that of the first argument.
- The type of the result is the same as the first argument.
Example
This
example illustrates the NVL function:
|
Compatibility
Progress extension