欧美1区2区3区激情无套,两个女人互添下身视频在线观看,久久av无码精品人妻系列,久久精品噜噜噜成人,末发育娇小性色xxxx

題解 | #工作日各時段叫車量、等待接單時間和調(diào)度時間#

工作日各時段叫車量、等待接單時間和調(diào)度時間

http://www.fangfengwang8.cn/practice/34f88f6d6dc549f6bc732eb2128aa338

select period,
count(event_time) as get_car_num,
round(avg(wait_time)/60,1) as avg_wait_time,
round(avg(dispatch_time)/60,1) as avg_dispatch_time
from(
select (case when hour(t2.event_time) between 7 and 8 then '早高峰' when hour(t2.event_time) between 9 and 16 then '工作時間'
when hour(t2.event_time) between 17 and 19 then '晚高峰' else '休息時間' end) as period,
event_time,
end_time,
start_time,
round(timestampdiff(second,event_time,end_time),1) as wait_time,
round(timestampdiff(second,end_time,start_time),1) as dispatch_time
from tb_get_car_order as t1
left join tb_get_car_record as t2
using(order_id)
WHERE DAYOFWEEK(event_time) BETWEEN 2 AND 6) as t1
group by period
order by get_car_num

全部評論

相關(guān)推薦

點(diǎn)贊 評論 收藏
分享
評論
1
收藏
分享

創(chuàng)作者周榜

更多
牛客網(wǎng)
??推髽I(yè)服務(wù)