代码改变世界

oracle 含数字的字符串的排序问题

2020-05-11 13:21  sunice  阅读(921)  评论(0编辑  收藏  举报

select name from c  order by  to_number(regexp_substr(name,'[0-9]*[0-9]',1))

 

转载:

https://blog.csdn.net/nrlovestudy/article/details/49992737