Skip to content

Commit 62fae1c

Browse files
committed
leetcode 176
1 parent 88e6cae commit 62fae1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
select (select distinct Salary from Employee order by Salary desc limit 1 offset 1) as
2+
SecondHighestSalary;

0 commit comments

Comments
 (0)