在order by 子句中使用substr函数

select ename,job from emp
    order by substr(job,length(job)-2)

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-27
  • 2022-12-23
  • 2022-12-23
  • 2022-01-09
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-09
  • 2022-12-23
  • 2021-12-21
  • 2021-05-22
  • 2022-12-23
相关资源
相似解决方案