select first_name from employees //right(字段名,数值) 表示从右边开始,选取字段“数值”位 //同理 left(字段名,数值) 表示从左边开始选取 order by right(first_name,2)