select first_name
from employees
order by right(first_name,2),right(first_name,1)