NULL Predicate in Windows SharePoint Services Search SQL Syntax
Windows SharePoint Services 3
Indicates whether the document has a value for the specified column.
…WHERE <column> IS [NOT] NULL
The optional NOT keyword negates the result. The column can be a regular or delimited identifier.
Note:
|
|---|
|
To test whether a column has the NULL value, you must use the NULL predicate. It is not correct syntax to use the NULL value in a comparison predicate.
Correct:
Incorrect:
|
Note: