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
相關文章
相關標籤/搜索