LeetCode176——第二高的薪水

我的LeetCode代碼倉:https://github.com/617076674/LeetCode 原題鏈接:https://leetcode-cn.com/problems/second-highest-salary/description/ 題目描述: 知識點:LIMIT語句 思路一:使用子查詢和LIMIT語句 先對薪水從高到低進行排序,再使用LIMIT語句進行篩選出第二高的薪水。 如果表
相關文章
相關標籤/搜索