Weather Observation Station 5

  • + 0 comments

    (select city,length(city) as length from station where length(city) = (select max(length(city)) from station) order by city limit 1) union all (select city,length(city) as length from station where length(city) = (select min(length(city)) from station) order by city limit 1)