解决办法:利用Oracle函数及正则表达式进行排序
order by to_number(regexp_substr(字段名,’[0-9]*[0-9]’,1))
ORACLE 语句字段含有数字,按数字排序
最新推荐文章于 2024-01-29 14:44:59 发布
解决办法:利用Oracle函数及正则表达式进行排序
order by to_number(regexp_substr(字段名,’[0-9]*[0-9]’,1))