IFNULL
- Last Updated: December 12, 2014
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Returns value if expr is NULL.
If expr is not NULL, IFNULL returns expr.
Syntax
|
Notes
The data type of value must be compatible with the data type of expr.
Example
In
this example, which illustrates the IFNULL function,
the SELECT statement returns three rows with a NULL value
in column C1, and two non-NULL values:
|
Compatibility
ODBC compatible