Skip to content

Commit

Permalink
Sorting as suggested by jrwiebe
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane McRetro authored Jul 11, 2022
1 parent bd6596d commit ea32505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sql/do/find-doubles.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ WHERE 1 < (
FROM doubles AS d2
WHERE d1.lowname = d2.lowname
)
ORDER BY name DESC;
ORDER BY lowname DESC;

0 comments on commit ea32505

Please sign in to comment.