1)按笔画排序
select * from table order by nlssort(columnname,’nls_sort=schinese_stroke_m’)
2)按部首排序
select * from table order by nlssort(columnname,’nls_sort=schinese_radical_m’)
3)按拼音排序
select * from table order by nlssort(columnname,’nls_sort=schinese_pinyin_m’);
Oracle 中文字段进行排序的sql语句
•
生活家
赞 (0)
oracle SQL解析步骤小结
上一篇
2022年3月22日
oracle 在一个存储过程中调用另一个返回游标的存储过程
下一篇
2022年3月22日