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