You are viewing a single comment's thread. Return to all comments →
select city, char_length(city) from STATION where city = (select city from STATION where char_length(city) = (select min(char_length(city)) from STATION order by city) order by city limit 1) or city = (select city from STATION where char_length(city) = (select max(char_length(city)) from STATION order by city) order by city limit 1);
Seems like cookies are disabled on this browser, please enable them to open this website
Weather Observation Station 5
You are viewing a single comment's thread. Return to all comments →