@@ -8,5 +8,6 @@ SELECT
FROM "players" as p
JOIN "salaries" as s
ON s."player_id" = p."id"
WHERE s."year" = "2001"
ORDER BY s."salary" ASC, p."first_name" ASC, p."last_name" ASC, p."id" ASC
LIMIT 50;
The note is not visible to the blocked user.