select e.first_name first_name from(select first_name,right(first_name,2) r2 from employees) e order by e.r2