automated commit by check50 [check50=True]
This commit is contained in:
2
4.sql
2
4.sql
@@ -6,5 +6,5 @@ SELECT "city", COUNT("name") AS "Number of schools"
|
|||||||
FROM "schools"
|
FROM "schools"
|
||||||
WHERE "type" = "Public School"
|
WHERE "type" = "Public School"
|
||||||
GROUP BY "city"
|
GROUP BY "city"
|
||||||
ORDER BY "Number of schools" DESC, "name" DESC
|
ORDER BY "Number of schools" DESC, "city" ASC
|
||||||
LIMIT 10;
|
LIMIT 10;
|
||||||
|
|||||||
Reference in New Issue
Block a user