Is there a way to capture all values that are FieldName <> 'Value', that will return records where FieldName is NULL, without saying (FieldName <> 'Value' OR FieldName IS NULL) for every criteria field?
Is there a way to capture all values that are FieldName <> ‘Value’ ,
Share
Or use
However, the ability to set ANSI_NULLS is on its way out.