NULL predicate
The NULL predicate tests for null values
single-valued-path-expression IS [NOT] NULL
Example: NULL predicate
e.name IS NULLe.dept.name IS NOT NULLe.dept IS NOT NULL
See Also
EJB query language
WHERE clause
Related Tasks
Using EJB query