当前位置:网站首页>Oracle按中文排序
Oracle按中文排序
2022-07-20 05:28:00 【睡竹】
Oracle9 新增了按照拼音、部首、笔画排序
语法具体如下:
使用函数:NLSSORT
1、按拼音排序
SELECT * FROM 表名 ORDER BY NLSSORT(字段名,'NLS_SORT=SCHINESE_PINYIN_M')
2、先按笔画再按部首排序
SELECT * FROM 表名 ORDER BY NLSSORT(字段名,'NLS_SORT=SCHINESE_STROKE_M')
3、先按部首再按笔画排序
SELECT * FROM 表名 ORDER BY NLSSORT(字段名,'NLS_SORT=SCHINESE_RADICAL_M')
边栏推荐
- Asynchronous processing of readfile blocking
- 【 微信小程序请求封装】【进阶版】处理401请求token过期--重新登录--重新发起刚才过期的请求
- [note] logstash environment setup and installation configuration
- 泛型和包装类
- Flink Doris Connector设计方案
- STL list构造函数、大小
- CTFshow-web入门信息收集-wp(1-20) (详解)
- Apache Doris binlog Load use Methods and Examples
- Developers share the second regression analysis of "Book Eating bar: deep learning and mindspire practice"
- SQL optimization (x): association update
猜你喜欢
Developers share the second regression analysis of "Book Eating bar: deep learning and mindspire practice"
dom——操作文档树及其案例
[scientific literature measurement] analysis and visualization of readability indicators of Chinese and English literature titles and abstracts
jmeter压力测试 设置一秒发送一次请求
Implementation of fruit and vegetable mall management system based on SSM
JMeter stress test is set to send a request every second
Apache Doris 使用 Prometheus Alertmanager 模块发送 异常信息至钉钉报警群
记笔记之Hal库串口
Practice of online problem feedback module (VIII): realize image upload function (Part 1)
Towards Representation Alignment and Uniformity in Collaborative Filtering
随机推荐
Apache Doris connects to SQL server through ODBC
webSocket学习与使用
谷粒学院使用nacos注册gateway网关时候报错503
Apache Doris ODBC外表之Postgresql使用指南
J9 Digital Platform Theory: the possibilities and limitations of defi in the metauniverse
What 111
Fragment APIs are obsolete. Are you still using them?
Apache Doris binlog Load use Methods and Examples
dom——操作文档树及其案例
算法面试问题
How should enterprise users choose aiops or APM?
win10如何实现电脑上文件共享访问
使用GO语言通过Stream Load实现Doris数据导入
qt里调用win32函数
[scientific literature measurement] keyword mining and visualization
Usage and configuration of Apache Doris ODBC MySQL appearance under Ubuntu
P1020 [NOIP1999 普及组] 导弹拦截 题解
STL vector的操作
About Variables
Flink Doris Connector设计方案