| Aggregate (cost=1.87..1.88 rows=1 width=8) |
| -> Sort (cost=1.84..1.85 rows=2 width=612) |
| Sort Key: s.created_by DESC, s.created_at DESC |
| -> Group (cost=1.82..1.83 rows=2 width=612) |
| Group Key: s.id |
| -> Sort (cost=1.82..1.83 rows=2 width=16) |
| Sort Key: s.id |
| -> Seq Scan on tbl_task_files s (cost=0.00..1.81 rows=2 width=16) |
| Filter: (task_group_id = 199) |