QUERY PLAN
GroupAggregate (cost=376.91..377.13 rows=11 width=36)
Group Key: implement_record_id
-> Sort (cost=376.91..376.93 rows=11 width=9)
Sort Key: implement_record_id
-> Seq Scan on tbl_reimbursements (cost=0.00..376.72 rows=11 width=9)
Filter: ((status = ANY ('{1,2,3}'::integer[])) AND (implement_record_id = ANY ('{7517,7523,7522,7530,7524,7526,7529,7527,7528,7534,7532}'::integer[])))