I have an integer field in a table. Some of the records contain null values for this field. I want to filter the records by excluding a specific integer value. The filter excludes the correct records, but it also exludes all the records with null values as well. I've tried this as a select query and get the same results.
What's going on here?
What's going on here?