select first_name from employees order by substring(first_name,-2); 根据题意,需要定位到字符串后两位字母,所以用substring函数