| Aggregate (cost=11.39..11.40 rows=1 width=32) |
| -> Hash Right Join (cost=4.89..10.89 rows=201 width=5) |
| Hash Cond: (eipss.erp_sales_outbound_id = t.id) |
| -> Seq Scan on tbl_erp_inventory_product_spents eipss (cost=0.00..5.36 rows=236 width=9) |
| -> Hash (cost=4.17..4.17 rows=57 width=4) |
| -> Seq Scan on tbl_erp_sales_outbounds t (cost=0.00..4.17 rows=57 width=4) |
| Filter: ((created_at >= '2025-01-01 00:00:00+08'::timestamp with time zone) AND (created_at <= '2025-12-31 23:59:59+08'::timestamp with time zone) AND (status = 2)) |