亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

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
安乡县| 梨树县| 邻水| 镇康县| 三原县| 宝坻区| 布尔津县| 泸定县| 菏泽市| 同心县| 岑溪市| 密云县| 江门市| 延边| 崇义县| 留坝县| 塔河县| 西林县| 丹凤县| 棋牌| 高邑县| 禹城市| 社旗县| 平阴县| 资溪县| 启东市| 昌平区| 拉孜县| 冕宁县| 德州市| 西乌珠穆沁旗| 南城县| 昔阳县| 花莲市| 苍溪县| 靖江市| 施甸县| 灌南县| 曲水县| 清水河县| 西乡县|