Weather Observation Station 8

  • + 0 comments

    select distinct city from station where (lower(right(city,1))in ('a', 'e','i', 'o', 'u')) and (lower(left(city,1)) in ('a', 'e','i', 'o', 'u'))