QUERY PLAN
Aggregate (cost=153.00..153.01 rows=1 width=8)
-> Seq Scan on tbl_tasks (cost=0.00..153.00 rows=1 width=0)
Filter: ((start_at < '2025-12-23'::date) AND (task_group_id = 201) AND (status = 0))