Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update readme.md
  • Loading branch information
javadev authored Oct 18, 2022
commit 8ae5f9559ed90d0910990a8734bc921a3ca82b1c
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ DECLARE M INT;
SET M=N-1;
RETURN (
# Write your MySQL query statement below.
# #Medium #Database #2022_10_18_Time_338_ms_(86.68%)_Space_0B_(100.00%)
SELECT DISTINCT Salary FROM Employee ORDER BY Salary DESC LIMIT M, 1
);
END
```
```