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
Of course, this could cause problems if this is used for other systems that operate around the clock.
Basically, we would need to select the trip with the MAX(arrival_time::interval) GROUP BY route_id, service_id (potentially, you could also throw headsign into the group by clause which would cause some help and confusion for routes like the 43 with many parts)
The text was updated successfully, but these errors were encountered:
Of course, this could cause problems if this is used for other systems that operate around the clock.
Basically, we would need to select the trip with the MAX(arrival_time::interval) GROUP BY route_id, service_id (potentially, you could also throw headsign into the group by clause which would cause some help and confusion for routes like the 43 with many parts)
The text was updated successfully, but these errors were encountered: