Skip Headers
Oracle® OLAP Expression Syntax Reference
Release 11.2

E23381-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

LNNVL

LNNVL evaluates a condition when one or both operands of the condition may be null. LNNVL can be used anywhere a scalar expression can appear, even in contexts where the IS [NOT] NULL, AND, or OR conditions are not valid but would otherwise be required to account for potential nulls.

NOTE: This function returns 1 (true) if the condition is false or unknown, and 0 (false) if the condition is true.

Return Value

NUMBER

Syntax

LNNVL(condition)

Arguments

condition can be any expression containing scalar values.

Examples

LNNVL(1 > 4) returns 1 (true).