You are viewing a single comment's thread. Return to all comments →
mysql
select city from station where right(city,1) not in('a','e','i','o','u') group by city;
Seems like cookies are disabled on this browser, please enable them to open this website
Weather Observation Station 10
You are viewing a single comment's thread. Return to all comments →
mysql
select city from station where right(city,1) not in('a','e','i','o','u') group by city;