Weather Observation Station 7

  • + 0 comments

    SELECT DISTINCT city
    FROM station
    WHERE right(city, 1) IN ('A', 'E', 'I', 'O', 'U');