select name from employees where birthday in (select birthday from employees where departmentid in (select departmentid from departments where departmentname = '财务部'))
and ((select birthday from employees where departmentid in (select departmentid from departments where departmentname = '财务部'))
>all (select birthday from employees where departmentid in (select departmentid from departments where departmentname = '开发部')))