A conditional expression that tests for null values.
The expression has the following format:
operand [IS] NULL
The operand can be any of the following:
IF STATE IS NULL
The expression is True if the operand evaluates to the null value. Otherwise, the expression is False.
You can also specify “operand is NOT NULL”. This expression is False if the operand evaluates to the null value. Otherwise, the expression is True.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|