当前位置:网站首页>SQL sorts string numbers
SQL sorts string numbers
2022-04-23 07:47:00 【Brother Bing】
background :
Because of the needs of the project , You need to sort string numbers
Method 1 :
-
principle : Sort strings with the same length first , Then according to the string ASCII Sort code .
-
SQL sentence :
SELECT transactionGmv6Months FROM company WHERE categoryId=127726077 ORDER BY LENGTH(transactionGmv6Months),transactionGmv6Months;
-
Query results :
Method 2 :
- principle : Remove unnecessary characters from the string first , Then convert to numeric type for sorting 【 recommend 】.
- SQL sentence :
SELECT transactionGmv6Months FROM company WHERE categoryId=127726077 ORDER BY CONVERT(REPLACE(REPLACE(transactionGmv6Months,'+',''),',',''),SIGNED) DESC
- Query results :
版权声明
本文为[Brother Bing]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230625585204.html
边栏推荐
猜你喜欢
H5 local storage data sessionstorage, localstorage
【NLP笔记】CRF原理初探
FSM finite state machine
移动端布局(3D转换、动画)
How to judge whether a point is within a polygon (including complex polygons or a large number of polygons)
ABAP 从CDS VIEW 发布OData Service示例
设置了body的最大宽度,但是为什么body的背景颜色还铺满整个页面?
Configure NPM
基于NLP的软件安全研究(一)
SAP ECC连接SAP PI系统配置
随机推荐
大学学习路线规划建议贴
int a = 1存放在哪
NodeJS(一) 事件驱动编程
移动Web(字体图标、平面转换、颜色渐变)
Shapley Explanation Networks
SAP PI/PO rfc2RESTful 发布rfc接口为RESTful示例(Proxy间接法)
事件系统(二)多播事件
5. Sql99 standard: internal connection and external connection
移动端布局(3D转换、动画)
Daily question | fear dominated by reverse linked list
Date object (JS built-in object)
SAP 导出Excel文件打开显示:“xxx“的文件格式和扩展名不匹配。文件可能已损坏或不安全。除非您信任其来源,否则请勿打开。是否仍要打开它?
斐波拉去动态规划
H5 local storage data sessionstorage, localstorage
对复杂字典Dictionary<T1,T2>排序问题
层次输出二叉树
js之DOM学习三种创建元素的方式
Towords Open World Object Detection
Implementation of MySQL persistence
Unityshader Foundation