PSQL holt alle Zeilen mit Null

SELECT * FROM tab WHERE is_visible is null;
Relieved Reindeer