| Aggregate (cost=8.11..8.12 rows=1 width=32) |
| -> Hash Join (cost=1.12..8.04 rows=30 width=3) |
| Hash Cond: (am.erp_provident_fund_id = t.id) |
| -> Seq Scan on tbl_erp_provident_fund_amounts am (cost=0.00..6.11 rows=211 width=7) |
| -> Hash (cost=1.10..1.10 rows=1 width=4) |
| -> Seq Scan on tbl_erp_provident_funds t (cost=0.00..1.10 rows=1 width=4) |
| Filter: ((bank_settle_at <= '2026-06-30 23:59:59+08'::timestamp with time zone) AND (status = 2)) |