QUERY PLAN
GroupAggregate (cost=343.38..343.58 rows=10 width=36)
Group Key: implement_record_id
-> Sort (cost=343.38..343.41 rows=10 width=9)
Sort Key: implement_record_id
-> Seq Scan on tbl_reimbursements (cost=0.00..343.22 rows=10 width=9)
Filter: ((status = ANY ('{1,2,3}'::integer[])) AND (implement_record_id = ANY ('{6763,6775,6812,6822,6825,6875,6910,7002,7101,7104}'::integer[])))