Weather Observation Station 5

  • + 2 comments

    I get an error when trying this:

    SELECT CITY, LENGTH(CITY) FROM STATION ORDER BY LENGTH(CITY), CITY FETCH FIRST 1 ROWS ONLY 
    * 
    ERROR at line 1: 
    ORA-00933: SQL command not properly ended