QUERY PLAN
Aggregate (cost=52.42..52.43 rows=1 width=8)
-> Seq Scan on tbl_tasks (cost=0.00..52.42 rows=1 width=0)
Filter: ((start_at > '2026-06-10'::date) AND (task_group_id = 203) AND (status = 0))