91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

mysql如何使用分組排序

九三
156
2020-12-19 13:03:57
欄目: 云計算

mysql如何使用分組排序

mysql中使用分組排序的方法

在mysql中使用order by方法實現分組排序

實現方法如下:

select id, (@rowno := @rowno + 1) as rank,

score,

(C.end_time - C.start_time) as timeConsuming,

start_time,

real_name,

tel,

expiry_code

from (SELECT *

FROM (select *

from t_q_order B

where B.score > 0

and B.tel IS NOT NULL

order by B.score desc,

(B.end_time - B.start_time) asc,

B.start_time asc) as A

group by A.tel

ORDER BY A.score desc,

(A.end_time - A.start_time) asc,

A.start_time asc)

as C,

(select @rowno := 0) t

where (C.end_time - C.start_time) > 5 limit 0,50;

0
双城市| 开远市| 讷河市| 海南省| 大埔县| 利川市| 抚松县| 额尔古纳市| 东丽区| 临夏市| 临海市| 昌黎县| 六枝特区| 厦门市| 沽源县| 仁化县| 化德县| 含山县| 县级市| 临江市| 高邮市| 顺昌县| 册亨县| 陇川县| 陇南市| 剑河县| 资中县| 临清市| 吉首市| 泗阳县| 墨玉县| 西盟| 加查县| 洞口县| 页游| 昆山市| 铜川市| 宜城市| 陇西县| 章丘市| 当雄县|