| Aggregate (cost=33.90..33.91 rows=1 width=64) |
| -> Hash Join (cost=19.62..33.81 rows=16 width=10) |
| Hash Cond: (esosps.erp_sales_outbound_id = t.id) |
| -> Hash Right Join (cost=11.88..26.02 rows=17 width=14) |
| Hash Cond: (eipss.erp_sales_outbound_spent_product_id = esosps.id) |
| -> Seq Scan on tbl_erp_inventory_product_spents eipss (cost=0.00..12.65 rows=565 width=14) |
| -> Hash (cost=11.68..11.68 rows=16 width=8) |
| -> Seq Scan on tbl_erp_sales_outbound_spent_products esosps (cost=0.00..11.68 rows=16 width=8) |
| Filter: (product_id = 1528) |
| -> Hash (cost=5.92..5.92 rows=146 width=8) |
| -> Seq Scan on tbl_erp_sales_outbounds t (cost=0.00..5.92 rows=146 width=8) |
| Filter: (status = 2) |