oracle按照某一字段里的数字排序

select * from LSK_SBCAJ t order by to_number(REGEXP_SUBSTR(xnum,'[0-9]+')) desc;
相关文章
相关标签/搜索