QUERY PLAN
GroupAggregate (cost=304.38..304.52 rows=7 width=36)
Group Key: implement_record_id
-> Sort (cost=304.38..304.40 rows=7 width=9)
Sort Key: implement_record_id
-> Seq Scan on tbl_reimbursements (cost=0.00..304.28 rows=7 width=9)
Filter: ((status = ANY ('{1,2,3}'::integer[])) AND (implement_record_id = ANY ('{7099,7096,7101,7102,7104,7103,7105}'::integer[])))