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

使用right函数,取first_name的最后俩个字符,然后排序