You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select r.ROUTE_NAME,count(*) as count from jcfx_road_emergency j INNER JOIN rwp_route r ON j.ROUTE_NAME = r.ROUTE_ID where j.PLAN >= 1 group by ROUTE_NAME having count > 0 ORDER BY count DESC;