查詢比本部門平均工資高的員工信息

select e.id, e.name, e.salary   from employee e  where salary > (select avg(salary) from employee a where a.employee.id = 105)
相關文章
相關標籤/搜索