Weather Observation Station 6

  • + 1 comment

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