MySql_176. 第二高的薪水
LeetCode_MySql_176
题目描述
题解分析
代码实现
# Write your MySQL query statement below select( select distinct Salary from Employee order by Salary desc limit 1 offset 1) as SecondHighestSalary;
MySql_176. 第二高的薪水 + limit + distinct + null
标签:sel http src stat esc select from statement 实现
查看更多关于MySql_176. 第二高的薪水 + limit + distinct + null的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did117663