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