QUERY PLAN
GroupAggregate (cost=471.62..471.74 rows=6 width=36)
Group Key: implement_record_id
-> Sort (cost=471.62..471.63 rows=6 width=9)
Sort Key: implement_record_id
-> Seq Scan on tbl_reimbursements (cost=0.00..471.54 rows=6 width=9)
Filter: ((status = ANY ('{1,2,3}'::integer[])) AND (implement_record_id = ANY ('{7448,7461,7494,7503,7517}'::integer[])))