Weather Observation Station 8

  • + 0 comments

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