A row with a FALSE predicate result does not appear in the WHERE output.
drop FALSE
Read false rows
The predicate is FALSE for 1 row, and the filter drops 2 rows total.
FALSE rows=1
WHERE-filter examples are tiny finite-table transforms with SQL-style TRUE/FALSE/UNKNOWN logic; SQL dialect completeness, type coercion, optimizer behavior, indexing, and product claims are out of scope.
Find notebook
The notebook row has qty equal to zero, so it fails qty greater than zero and is not in the output table.
FALSE means dropped
Summary
FALSE rows are not padded or marked; they are absent from the result.