Leetcode176. Second Highest Salary(MYSQL limit,offset 区别)

原题 Write a SQL query to get the second highest salary from the Employee table.web +----+--------+ | Id | Salary | +----+--------+ | 1 | 100 | | 2 | 200 | | 3 | 300 | +----+--------+ For exampl
相关文章
相关标签/搜索