摘要:
##题目链接 https://leetcode-cn.com/problems/nth-highest-salary/ ##题解 这题和这题 第二高的薪水 https://www.cnblogs.com/OFSHK/p/14639923.html 基本一样,只不过本题多了一个把n赋值为n-1的操作而 阅读全文
posted @ 2021-04-10 11:34
抓水母的派大星
阅读(96)
评论(0)
推荐(0)
摘要:
##题目链接 https://leetcode-cn.com/problems/second-highest-salary/ ##题解 注意几个sql语句的用法即可。 ifnull、desc、limit offset的用法见:https://www.cnblogs.com/OFSHK/p/14636 阅读全文
posted @ 2021-04-10 10:44
抓水母的派大星
阅读(60)
评论(0)
推荐(0)