随笔分类 -  LeetCode

摘要:我用的SQL 当时也没有想那么多,关键是后面有为NULL的情况,当时没有考虑到 select rownum ,a.Salary ,a.Id from ( select * from Employee group by Salary,Id) a where a.rownum = 2 这个是看了别个写的 阅读全文
posted @ 2018-11-01 11:33 IT路上的小白 阅读(104) 评论(0) 推荐(0)