Query failed33 SELECT new_event_to_day.event_to_place_id FROM new_event_to_place, new_event_to_day, new_event, new_place, new_place_city where new_event_to_day.event_day='2026-06-09' and new_event.event_id=new_event_to_day.event_id and new_event_to_day.place_id=new_place.place_id and new_event_to_day.event_to_place_id=new_event_to_place.event_to_place_id and new_place_city.place_id=new_place.place_id and new_place_city.city_id= group by new_event_to_day.event_to_place_id order by new_event_to_day.event_day