QUERY PLAN
GroupAggregate (cost=303.03..303.11 rows=4 width=36)
Group Key: implement_record_id
-> Sort (cost=303.03..303.04 rows=4 width=9)
Sort Key: implement_record_id
-> Seq Scan on tbl_reimbursements (cost=0.00..302.99 rows=4 width=9)
Filter: ((status = ANY ('{1,2,3}'::integer[])) AND (implement_record_id = ANY ('{7525,7531,7533,7535}'::integer[])))