Ja, en het is veel efficiënter: SELECT * FROM tbl t JOIN unnest('{10,11,12}'::int[]) AS x(tbl_id) USING (tbl_id);