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
{{ message }}
This repository was archived by the owner on Apr 20, 2018. It is now read-only.
When querying the Transport data set (see SQL below) the response comments that the "Query would take too long to run, please apply a LIMIT of less than 5000 rows". I suspect that there is no data available for the road, start_date and end_date and that the response should be changed to show that data is not available.
This is the query:
select *
from planned_road_works
where road = 'M20'
and start_date > '01/01/2017'
and end_date < '07/01/2017'
limit 10
If I change the start and end dates to '01/01/2013' and '07/01/2013' respectively, data is returned.