Commit c7cf0721 authored by zhoushiguang's avatar zhoushiguang

干线拥堵距离

parent a8f8f7a0
...@@ -58,8 +58,9 @@ ...@@ -58,8 +58,9 @@
DATE_FORMAT( start_time, '%Y-%m-%d %H:%i:00' ) start_time, DATE_FORMAT( start_time, '%Y-%m-%d %H:%i:00' ) start_time,
round(AVG(speed),2) speed, round(AVG(speed),2) speed,
round(AVG(delay_time)) delay_time, round(AVG(delay_time)) delay_time,
round(AVG(stop_times)) stop_times, round(AVG(stop_times),2) stop_times,
round(AVG(trval_time)) trval_time round(AVG(trval_time)) trval_time,
round(AVG(queue_length)) queue_length
FROM FROM
t_greenwave_hist t_greenwave_hist
where 1=1 where 1=1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment