Skip to content

Commit c723423

Browse files
authored
Update script.sql
1 parent 4158748 commit c723423

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/g0101_0200/s0185_department_top_three_salaries

1 file changed

+1
-1
lines changed

src/main/kotlin/g0101_0200/s0185_department_top_three_salaries/script.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ FROM
1010
FROM Employee) A
1111
INNER JOIN Department D ON A.departmentid = D.id
1212
WHERE A.rn < 4
13-
ORDER BY Department, Salary DESC
13+
ORDER BY Department, Salary DESC

0 commit comments

Comments
 (0)