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