sql script

select first_name
from employees
order by substring(first_name, length(first_name)-1,length(first_name))