GroupAggregate (cost=226.81..227.03 rows=11 width=36) |
Group Key: project_id |
-> Sort (cost=226.81..226.83 rows=11 width=9) |
Sort Key: project_id |
-> Seq Scan on tbl_reimbursements (cost=0.00..226.62 rows=11 width=9) |
Filter: ((status = ANY ('{3,2}'::integer[])) AND (project_id = ANY ('{1018,1111}'::integer[]))) |