LeetCode176——第二高的薪水

我的LeetCode代码仓:https://github.com/617076674/LeetCode 原题链接:https://leetcode-cn.com/problems/second-highest-salary/description/ 题目描述: 知识点:LIMIT语句 思路一:使用子查询和LIMIT语句 先对薪水从高到低进行排序,再使用LIMIT语句进行筛选出第二高的薪水。 如果表
相关文章
相关标签/搜索