Oracle PL/SQL Tutorial/PL SQL Operators/IS NULL

Материал из SQL эксперт
Перейти к: навигация, поиск

IS NULL

The IS NULL operator is used to test a NULL value.

Variables you declare in a PL/SQL block are also initially null, or have no value.

Variables remain null until your code specifically assigns a value to them.

The Syntax for IS NULL:



the_value IS [NOT] NULL