Oracle® OLAP DML Reference 10g Release 2 (10.2) Part Number B14346-02 |
|
|
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)
Arguments
An expression. The base expression for the comparison
An expression to compare to expr1.