
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 identiļ¬ed.
SELECT *
FROM PurchDB.Vendors
WHERE ContactName IS NULL