QUERY PLAN
HashAggregate (cost=173.13..173.45 rows=32 width=4)
Group Key: created_by
-> Seq Scan on tbl_approves r (cost=0.00..172.63 rows=199 width=4)
Filter: ((created_at >= '2026-01-01 00:00:00+08'::timestamp with time zone) AND (created_at <= '2026-12-31 23:59:59+08'::timestamp with time zone))