标签:
# Write your MySQL query statement below select E.name Employee from Employee as E,Employee as M where E.ManagerId=M.Id and E.Salary>M.Salary
181. Employees Earning More Than Their Managers
标签:
原文地址:http://www.cnblogs.com/aguai1992/p/5814539.html