中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

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
巴彦淖尔市| 德安县| 平乡县| 锡林浩特市| 长宁县| 巫溪县| 保亭| 仁化县| 苏尼特右旗| 岚皋县| 扎鲁特旗| 阜南县| 高碑店市| 五大连池市| 奇台县| 宣恩县| 裕民县| 乌拉特前旗| 鹤山市| 蓝山县| 开江县| 沁水县| 白城市| 仁怀市| 墨竹工卡县| 乌鲁木齐县| 长治市| 喀喇| 福贡县| 台南县| 平昌县| 洞口县| 界首市| 惠安县| 丽水市| 行唐县| 兴山县| 出国| 仙游县| 平塘县| 长治市|