Weather Observation Station 6

  • + 0 comments

    SELECT DISTINCT CITY FROM STATION WHERE LOWER(SUBSTR(CITY,1,1)) = 'a' OR LOWER(SUBSTR(CITY,1,1)) = 'e' OR LOWER(SUBSTR(CITY,1,1)) = 'i' OR LOWER(SUBSTR(CITY,1,1)) = 'o' OR LOWER(SUBSTR(CITY,1,1)) = 'u';