| Hash Join (cost=9.29..18.51 rows=3 width=82) |
| Hash Cond: (tbl_erp_sales_outbound_spent_products.erp_sales_outbound_id = tbl_erp_sales_outbounds.id) |
| -> Seq Scan on tbl_erp_sales_outbound_spent_products (cost=0.00..8.11 rows=411 width=82) |
| -> Hash (cost=9.28..9.28 rows=1 width=4) |
| -> Seq Scan on tbl_erp_sales_outbounds (cost=0.00..9.28 rows=1 width=4) |
| Filter: ((erp_sales_order_id = 1711) AND (status = 2)) |