肖邦不会弹夜曲

导航

 

 

select department_id,first_name,salary

from employees e1
where e1.salary=(
select min(salary)
from employees e2
where e1.department_id=
e2.department_id
);

posted on 2014-11-19 16:27  大虾Security  阅读(141)  评论(0)    收藏  举报