• + 0 comments

    select city,length(city) as length_max from station where length(city) = (max(length(city))from station); select city,length(city) as length_min from station where length(city)= (min(length(city)) from station);