@@ -4,6 +4,7 @@
-- order them alphabetically.
SELECT "city", COUNT("name") AS "Number of schools"
FROM "schools"
WHERE "type" = "Public School"
GROUP BY "city"
ORDER BY "Number of schools" DESC, "name" DESC
ORDER BY "Number of schools" DESC, "name" ASC
LIMIT 10;
The note is not visible to the blocked user.