Weather Observation Station 7

  • + 0 comments

    SELECT DISTINCT CITY FROM STATION WHERE UPPER(SUBSTR(CITY, -1)) IN ('A', 'E', 'I', 'O', 'U');