Weather Observation Station 11

  • + 0 comments

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