Skip to content

Commit 1fbe2d5

Browse files
committed
Fixed sonar
1 parent 3f7684d commit 1fbe2d5

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ GROUP BY
5959
oh.orig_employee_name,
6060
ch.sub_level
6161
ORDER BY
62-
level ASC, budget DESC, employee_name;
62+
level ASC, budget DESC, employee_name ASC;

0 commit comments

Comments
 (0)