oracle字符串排序

oracle字符串排序

oracle字符串排序

select * from table order by  to_number(id)

oracle字符串数字部分排序

用正则

select * from table order by  to_number(regexp_replace(id,'[^0-9]'))
    原文作者:夏天的雨鱼
    原文地址: https://blog.csdn.net/weixin_50279139/article/details/111773407
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞