27select distinct c.id, city from cities c, starts_stops ss where ss.id_city_from = 27 and ss.id_city_to = c.id order by city asc
SELECT id, city from cities order by 2
