| Aggregate (cost=6.55..6.56 rows=1 width=32) |
| -> Hash Join (cost=1.22..6.14 rows=164 width=3) |
| Hash Cond: (am.erp_provident_fund_id = t.id) |
| -> Seq Scan on tbl_erp_provident_fund_amounts am (cost=0.00..4.11 rows=211 width=7) |
| -> Hash (cost=1.14..1.14 rows=7 width=4) |
| -> Seq Scan on tbl_erp_provident_funds t (cost=0.00..1.14 rows=7 width=4) |
| Filter: ((verify_at <= '2026-06-30 23:59:59+08'::timestamp with time zone) AND (status = 2)) |