select * from employees where hire_date = (select DISTINCT hire_date from employees ORDER BY hire_date desc limit 2,1)