Oracle® OLAP DML Reference 11g Release 1 (11.1) Part Number B28126-01 |
|
|
View PDF |
Used for debugging and testing variables defined with nulltracking, the function identifies whether or not a value is a NA2 value or a non-NA value.
See also:
"NA2 Bits and Null Tracking"Return Values
INTEGER
0
for a non-NA value, 2
if the NA value is an NA2 value, or 1
for all other NA values
Syntax
NAFLAG (expression)
Arguments
An OLAP DML expression.
Examples