select first_name
from employees
order by
    substring(first_name,-2,2) ASC;