在order by 子句中使用substr函数
select ename,job from emp order by substr(job,length(job)-2)本文共 139 字,大约阅读时间需要 1 分钟。
在order by 子句中使用substr函数
select ename,job from emp order by substr(job,length(job)-2)转载于:https://www.cnblogs.com/liang545621/p/7518458.html