QUERY PLAN
GroupAggregate (cost=312.80..312.90 rows=5 width=36)
Group Key: implement_record_id
-> Sort (cost=312.80..312.81 rows=5 width=9)
Sort Key: implement_record_id
-> Seq Scan on tbl_reimbursements (cost=0.00..312.74 rows=5 width=9)
Filter: ((status = ANY ('{1,2,3}'::integer[])) AND (implement_record_id = ANY ('{3657,3630,3682,3669,7535}'::integer[])))