题目:https://leetcode.com/problems/department-highest-salary/
代码(github):https://github.com/illuz/leetcode
给俩表,求各个部门的最高工资的人。
直接 SELECT JOIN MAX 一通用就行了。
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
题目:https://leetcode.com/problems/department-highest-salary/
代码(github):https://github.com/illuz/leetcode
给俩表,求各个部门的最高工资的人。
直接 SELECT JOIN MAX 一通用就行了。