ALLBASE/SQL Reference Manual (36216-90216)

Chapter 9 277
Search Conditions
NULL Predicate
Description
The primary may be of any data type except LONG BINARY or LONG VARBINARY.
Example
Vendors with no personal contact named are identified.
SELECT *
FROM PurchDB.Vendors
WHERE ContactName IS NULL