| Aggregate (cost=26.53..26.54 rows=1 width=8) |
| -> Sort (cost=26.45..26.46 rows=5 width=756) |
| Sort Key: s.is_stop, s.sort, s.is_delete, s.created_at DESC |
| -> Group (cost=26.37..26.39 rows=5 width=756) |
| Group Key: s.id |
| -> Sort (cost=26.37..26.38 rows=5 width=18) |
| Sort Key: s.id |
| -> Seq Scan on tbl_services s (cost=0.00..26.31 rows=5 width=18) |
| Filter: (NOT is_delete) |