Weather Observation Station 5

  • + 0 comments

    select LENGTH(city) as `length` from table station order by length asc, city asc limit 1) union (select length(city) as `length` from table station order by length desc, city asc limit 1);