Weather Observation Station 8

  • + 0 comments

    SELECT DISTINCT CITY FROM STATION WHERE LOWER(LEFT (CITY,1))IN ('a','e','i','o','u') and lower(right(city,1))IN('a','e','i','o','u');