Weather Observation Station 5

  • + 1 comment

    Thanks for the answer. Why is it that when you type ORDER BY in:

    SELECT CITY, LENGTH(CITY) FROM STATION ORDER BY 2, 1 DESC LIMIT 1;
    

    it does not work the same way as the ascending list? (It suddenly disregards sorting alphabetically)