方法)RIGHT
SELECT first_name
FROM employees
ORDER BY RIGHT(first_name,2);
first_name最后两个字母 即 右数两个字母 用RIGHT函数