| Oracle® OLAP DML Reference 11g Release 2 (11.2) Part Number E17122-05 |
|
|
View PDF |
The NULLIF function compares one expression with another and returns NA when the expressions are equal, or the base expression when they are not.
Return Value
NA when the expressions are equal, or the base expression when they are not.
Syntax
NULLIF (expr1 , expr2)
Parameters
An expression. The base expression for the comparison
An expression to compare to expr1.
Examples