| Hash Join (cost=10.32..17.01 rows=1 width=67) |
| Hash Cond: (t.id = r.erp_sales_outbound_id) |
| -> Seq Scan on tbl_erp_sales_outbounds t (cost=0.00..6.12 rows=149 width=4) |
| Filter: (status = ANY ('{2,5,1}'::integer[])) |
| -> Hash (cost=10.31..10.31 rows=1 width=67) |
| -> Seq Scan on tbl_erp_sales_outbound_products r (cost=0.00..10.31 rows=1 width=67) |
| Filter: (erp_sales_order_product_id = 2217) |