GroupAggregate (cost=256.86..257.26 rows=20 width=36) |
Group Key: client_id |
-> Sort (cost=256.86..256.91 rows=20 width=9) |
Sort Key: client_id |
-> Seq Scan on tbl_reimbursements (cost=0.00..256.43 rows=20 width=9) |
Filter: ((status = ANY ('{2,3}'::integer[])) AND (client_id = ANY ('{3331,3290,2153}'::integer[]))) |