【leetcode Database】176. Second Highest Salary

题目:sql Write a SQL query to get the second highest salary from the Employee table.spa +----+--------+ | Id | Salary | +----+--------+ | 1 | 100 | | 2 | 200 | | 3 | 300 | +----+--------+ F
相关文章
相关标签/搜索