PSQL Pobieraj wszystkie rzędy z NULL

SELECT * FROM tab WHERE is_visible is null;
Relieved Reindeer