Skip to content

Commit b79d81a

Browse files
authored
Update maximize-items.sql
1 parent 3c7d1e2 commit b79d81a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MySQL/maximize-items.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ UNION
2323
SELECT item_type, item_count
2424
FROM not_prime_cte
2525
)
26-
ORDER BY item_count DESC;
26+
ORDER BY 2 DESC;

0 commit comments

Comments
 (0)