| GroupAggregate (cost=16.44..16.89 rows=9 width=196) |
| Group Key: product_id |
| -> Sort (cost=16.44..16.47 rows=9 width=20) |
| Sort Key: product_id |
| -> Seq Scan on tbl_erp_inventory_products eip (cost=0.00..16.30 rows=9 width=20) |
| Filter: (product_id = ANY ('{2232,870,868}'::integer[])) |