Weather Observation Station 5

  • + 0 comments

    SELECT city, length(city) FROM station ORDER BY length(CITY) asc, city ASC limit 1;

    SELECT city, length(city) FROM station ORDER BY length(CITY) desc, city ASC limit 1;