QUERY PLAN
Sort (cost=1.24..1.25 rows=6 width=156)
Sort Key: "order"
-> Seq Scan on tbl_departments (cost=0.00..1.16 rows=6 width=156)
Filter: (id = ANY ('{2,2,3,3,9,6}'::integer[]))