| Aggregate (cost=10.14..10.15 rows=1 width=32) |
| -> Hash Join (cost=1.19..9.80 rows=27 width=15) |
| Hash Cond: (am.erp_social_insurance_id = t.id) |
| -> Seq Scan on tbl_erp_social_insurance_amounts am (cost=0.00..7.67 rows=267 width=19) |
| -> Hash (cost=1.18..1.18 rows=1 width=4) |
| -> Seq Scan on tbl_erp_social_insurances t (cost=0.00..1.18 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)) |