How do I select rows which don\'t equal a value and also include nulls in the returned data? I\'ve tried:
SET ANSI_NULLS OFF SELECT TOP 30 FROM Mails WHERE a
where column != 'value' or column is null