You are viewing a single comment's thread. Return to all 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
Seems like cookies are disabled on this browser, please enable them to open this website
Weather Observation Station 11
You are viewing a single comment's thread. Return to all 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