Oracle 中文字段进行排序的sql语句
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');
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');
相关推荐
dreamhua 2020-05-10
dreamhua 2020-05-08
liuyang000 2020-04-25
xuanlvhaoshao 2020-02-20
elitechen 2020-02-15
xuanlvhaoshao 2020-01-23
xiaopang 2020-01-05
liuyang000 2019-12-24
dreamhua 2019-12-17
一对儿程序猿 2019-10-30
dreamhua 2019-10-28
Phplayers 2016-04-02
Unfinishcode 2019-07-12
li00lee 2012-11-06
BrotherWind 2019-07-01
wangxingg 2015-10-22
zjyzz 2014-12-08
Wlitttle 2015-03-30