| HashAggregate (cost=111.71..112.32 rows=41 width=92) |
| Group Key: prod.id |
| -> Hash Join (cost=96.80..111.30 rows=41 width=41) |
| Hash Cond: (eip.product_id = prod.id) |
| -> Seq Scan on tbl_erp_inventory_products eip (cost=0.00..14.39 rows=41 width=17) |
| Filter: (((erp_purchase_inbound_id IS NOT NULL) OR (erp_purchase_gift_id IS NOT NULL) OR (erp_inventory_build_id IS NOT NULL) OR (erp_inventory_disassemble_id IS NOT NULL) OR (erp_inventory_start_id IS NOT NULL)) AND (inventory > '0'::numeric)) |
| -> Hash (cost=70.80..70.80 rows=2080 width=28) |
| -> Seq Scan on tbl_products prod (cost=0.00..70.80 rows=2080 width=28) |