Home >Database >Mysql Tutorial >MySQl时间自定义排序_MySQL

MySQl时间自定义排序_MySQL

WBOY
WBOYOriginal
2016-06-01 13:43:181235browse

bitsCN.com
MySQl时间自定义排序 SELECT idcard,name,CreateTime, 
ROW_NUMBER() OVER (PARTITION BY IDCard,DATENAME(yyyy,CreateTime) ORDER BY TID) AS OrderRank 
FROM Gkv_test where     作者 jack1210 bitsCN.com

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn