GroupAggregate (cost=245.74..246.76 rows=50 width=36) |
Group Key: client_id |
-> Sort (cost=245.74..245.87 rows=53 width=9) |
Sort Key: client_id |
-> Seq Scan on tbl_reimbursements (cost=0.00..244.22 rows=53 width=9) |
Filter: ((status = ANY ('{3,2}'::integer[])) AND (client_id = ANY ('{2806,46,402,3312}'::integer[]))) |