肖邦不会弹夜曲

导航

 

select employee_id 员工编号,hire_date 入职日期
from employees
where employee_id is not null
and year(hire_date) is not null
group by employee_id
having year(hire_date)<(select year(hire_date) from employees where employee_id=101);

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