Weather Observation Station 5

  • + 1 comment

    SELECT MIN(CITY), LENGTH(MIN(CITY)) Length FROM Station ORDER BY Length LIMIT 1; SELECT MAX(CITY), LENGTH(MAX(CITY)) Length FROM Station ORDER BY Length DESC LIMIT 1; صWhat is wrong here?