| Aggregate (cost=8.13..8.14 rows=1 width=32) |
| -> Hash Join (cost=1.14..8.05 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.12..1.12 rows=1 width=4) |
| -> Seq Scan on tbl_erp_provident_funds t (cost=0.00..1.12 rows=1 width=4) |
| Filter: ((verify_at >= '2026-06-01 00:00:00+08'::timestamp with time zone) AND (verify_at <= '2026-06-30 23:59:59+08'::timestamp with time zone) AND (status = 2)) |