Not-equal keeps known values that are different from pinned value 7.
qty=7
Read different rows
There are 2 TRUE rows and 1 UNKNOWN row.
TRUE rows=2
Comparison examples are tiny finite-table transforms with SQL-style TRUE/FALSE/UNKNOWN results; SQL dialect completeness, type coercion, optimizer behavior, indexing, and product claims are out of scope.
NULL is not TRUE
A NULL comparison is UNKNOWN, not a not-equal TRUE match.
NULL→UNKNOWN
Summary
Not-equal still follows WHERE-style TRUE-only output.