Rename column used for sorting

This commit is contained in:
gg 2023-07-20 08:25:40 -07:00
parent 629b2255a5
commit a444063288
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ SELECT title,
FROM schedule_joined
WHERE caster = "&caster"
GROUP BY title
ORDER BY n DESC;
ORDER BY appearances DESC;
-- appearances by caster
SELECT caster,