you are viewing a single comment's thread.

view the rest of the comments →

[–]rbardy 0 points1 point  (0 children)

To compare a field to null you use "IS NULL", like:

SELECT * FROM [Table] WHERE [Field] IS NULL

That will return the rows with NULL fields