QUERY PLAN
GroupAggregate (cost=417.87..418.17 rows=15 width=36)
Group Key: implement_record_id
-> Sort (cost=417.87..417.91 rows=15 width=9)
Sort Key: implement_record_id
-> Seq Scan on tbl_reimbursements (cost=0.00..417.58 rows=15 width=9)
Filter: ((status = ANY ('{1,2,3}'::integer[])) AND (implement_record_id = ANY ('{6181,6536,6893,6915,6973,7025,5494,7267,7317,7336,7389,5471,5495,5504,7535}'::integer[])))