LeetCode-第二高的薪水
1。题目
Write a SQL query to get the second highest salary from the Employee table.
±—±-------+
| Id | Salary |
±—±-------+
| 1 | 100 |
| 2 | 200 |
| 3 | 300 |
±—±-------+
For example, given the above Employee table, the query should return 200 as
原创
2020-07-17 16:18:04 ·
175 阅读 ·
1 评论