QUERY PLAN
Aggregate (cost=13.68..13.69 rows=1 width=32)
-> Seq Scan on tbl_erp_wage_prizes t (cost=0.00..13.68 rows=1 width=64)
Filter: ((settle_month >= '2025-08-01'::date) AND (settle_month <= '2025-08-31'::date) AND (status = 2))