oracle 按汉字拼音顺序排序

oracle中,利用nlssort函数,对汉字排序,按拼音顺序排序

order by nlssort(t1.NAME, 'NLS_SORT=SCHINESE_PINYIN_M')

你可能感兴趣的:(oracle,数据库)