| Hash Join (cost=6.32..15.75 rows=3 width=84) |
| 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.27 rows=427 width=84) |
| -> Hash (cost=6.31..6.31 rows=1 width=4) |
| -> Seq Scan on tbl_erp_sales_outbounds (cost=0.00..6.31 rows=1 width=4) |
| Filter: ((erp_sales_order_id = 1680) AND (status = 2)) |