Weather Observation Station 11

  • + 2 comments

    select distinct city from station where not upper(left(city,1)) in ('A','I','E','O','U') AND not upper(right(city,1)) in ('A','I','E','O','U');

    why it shows error