I am learning SQL and I wrote that very simple query
SELECT id FROM tab WHERE id = ANY(SELECT id FROM tab WHERE id <= 3)
That query return