HashAggregate (cost=139.07..139.38 rows=31 width=4) |
Group Key: created_by |
-> Seq Scan on tbl_approves r (cost=0.00..137.33 rows=696 width=4) |
Filter: ((created_at >= '2025-01-01 00:00:00+08'::timestamp with time zone) AND (created_at <= '2025-12-31 23:59:59+08'::timestamp with time zone)) |