Skip to content

Commit b5be7ab

Browse files
committed
Fixed sonar
1 parent 5cc06fe commit b5be7ab

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/g3401_3500/s3497_analyze_subscription_conversion

1 file changed

+1
-1
lines changed

src/main/java/g3401_3500/s3497_analyze_subscription_conversion/script.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ JOIN
1515
WHERE activity_type = 'paid'
1616
GROUP BY user_id) pt
1717
ON ft.user_id = pt.user_id
18-
ORDER BY ft.user_id;
18+
ORDER BY ft.user_id ASC;

0 commit comments

Comments
 (0)