GroupAggregate (cost=266.10..266.24 rows=7 width=36) |
Group Key: project_id |
-> Sort (cost=266.10..266.11 rows=7 width=9) |
Sort Key: project_id |
-> Seq Scan on tbl_reimbursements (cost=0.00..266.00 rows=7 width=9) |
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{3957,3780,3846,3910}'::integer[]))) |