@@ -11,4 +11,4 @@ JOIN "expenditures" AS e
ON d."id" = e."district_id"
JOIN "graduation_rates" AS g
ON s."id" = g."school_id"
ORDER BY e."per_pupil_expenditure" DESC, d."name" ASC;
ORDER BY e."per_pupil_expenditure" DESC, s."name" ASC;
The note is not visible to the blocked user.