QUERY PLAN
GroupAggregate (cost=503.33..503.55 rows=11 width=36)
Group Key: implement_record_id
-> Sort (cost=503.33..503.36 rows=11 width=9)
Sort Key: implement_record_id
-> Seq Scan on tbl_reimbursements (cost=0.00..503.14 rows=11 width=9)
Filter: ((status = ANY ('{1,2,3}'::integer[])) AND (implement_record_id = ANY ('{7438,7441,7448,7449,7453,7461,7494,7503}'::integer[])))