Commit c7cf0721 authored by zhoushiguang's avatar zhoushiguang

干线拥堵距离

parent a8f8f7a0
......@@ -58,8 +58,9 @@
DATE_FORMAT( start_time, '%Y-%m-%d %H:%i:00' ) start_time,
round(AVG(speed),2) speed,
round(AVG(delay_time)) delay_time,
round(AVG(stop_times)) stop_times,
round(AVG(trval_time)) trval_time
round(AVG(stop_times),2) stop_times,
round(AVG(trval_time)) trval_time,
round(AVG(queue_length)) queue_length
FROM
t_greenwave_hist
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