Weather Observation Station 5

  • + 1 comment

    we can also write this query in MySql as select city, length(city) from station order by length(city) limit 1; select city, length(city) from station order by length(city) desc limit 1;