QUERY PLAN
GroupAggregate (cost=293.94..294.04 rows=5 width=36)
Group Key: implement_record_id
-> Sort (cost=293.94..293.95 rows=5 width=9)
Sort Key: implement_record_id
-> Seq Scan on tbl_reimbursements (cost=0.00..293.88 rows=5 width=9)
Filter: ((status = ANY ('{1,2,3}'::integer[])) AND (implement_record_id = ANY ('{3380,3657,3630,3682,3669}'::integer[])))