QUERY PLAN
Sort (cost=1.12..1.13 rows=2 width=156)
Sort Key: "order"
-> Seq Scan on tbl_departments (cost=0.00..1.11 rows=2 width=156)
Filter: (id = ANY ('{1,1}'::integer[]))