Try OpenEdge Now
skip to main content
SQL Reference
SQL Reference : OpenEdge SQL Language Elements : Data types : Relational operators : Quantified Predicate : NULL Predicate
 
NULL Predicate
The NULL predicate can be used for testing null values of database table columns.

Syntax

This is the syntax for a NULL predicate
column_name IS [ NOT ] NULL

Example

contact_name IS NOT NULL