Weather Observation Station 10

  • + 0 comments
    SELECT DISTINCT CITY
    FROM STATION
    WHERE RIGHT(CITY, 1) NOT IN ('a', 'i', 'u', 'e', 'o')