GroupAggregate (cost=253.04..253.10 rows=3 width=36) |
Group Key: pre_sales_id |
-> Sort (cost=253.04..253.05 rows=3 width=9) |
Sort Key: pre_sales_id |
-> Seq Scan on tbl_reimbursements (cost=0.00..253.02 rows=3 width=9) |
Filter: ((status <> 4) AND (status <> 0) AND (pre_sales_id = ANY ('{1838,1839,1837}'::integer[]))) |