SELECT first_name
FROM employees
ORDER BY right(first_name,2)