QUERY PLAN
GroupAggregate (cost=407.39..407.69 rows=15 width=36)
Group Key: implement_record_id
-> Sort (cost=407.39..407.42 rows=15 width=9)
Sort Key: implement_record_id
-> Seq Scan on tbl_reimbursements (cost=0.00..407.09 rows=15 width=9)
Filter: ((status = ANY ('{1,2,3}'::integer[])) AND (implement_record_id = ANY ('{7507,7509,7510,7508,7511,7512,7514,7513,7518,7520,7516,7521,7519,7515}'::integer[])))