PSQL забрать все ряды с нулевым

SELECT * FROM tab WHERE is_visible is null;
Relieved Reindeer