QUERY PLAN
GroupAggregate (cost=312.82..312.94 rows=6 width=36)
Group Key: implement_record_id
-> Sort (cost=312.82..312.83 rows=6 width=9)
Sort Key: implement_record_id
-> Seq Scan on tbl_reimbursements (cost=0.00..312.74 rows=6 width=9)
Filter: ((status = ANY ('{1,2,3}'::integer[])) AND (implement_record_id = ANY ('{7448,7461,7494,7503,7517}'::integer[])))