We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c7d1e2 commit b79d81aCopy full SHA for b79d81a
MySQL/maximize-items.sql
@@ -23,4 +23,4 @@ UNION
23
SELECT item_type, item_count
24
FROM not_prime_cte
25
)
26
-ORDER BY item_count DESC;
+ORDER BY 2 DESC;
0 commit comments