0176. Second Highest Salary
https://leetcode.com/problems/second-highest-salary
Description
Table: Employee
Write an SQL query to report the second highest salary from the Employee
table. If there is no second highest salary, the query should report null
.
The query result format is in the following example.
Example 1:
Example 2:
ac
Last updated
Was this helpful?