Skip to content

Commit a165f95

Browse files
committed
Fixed sonar
1 parent bda9ce0 commit a165f95

File tree

1 file changed

+2
-2
lines changed
  • src/main/java/g3501_3600/s3554_find_category_recommendation_pairs

1 file changed

+2
-2
lines changed

src/main/java/g3501_3600/s3554_find_category_recommendation_pairs/script.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ HAVING
2121
COUNT(DISTINCT pp1.user_id) >= 3
2222
ORDER BY
2323
customer_count DESC,
24-
category1,
25-
category2;
24+
category1 ASC,
25+
category2 ASC;

0 commit comments

Comments
 (0)