You are viewing a single comment's thread. Return to all comments →
MS SQL SERVER:
select distinct city from station where LEFT(CITY, 1) IN ('a','A','e','E','i','I','o', 'O','u','U') and RIGHT(CITY, 1) IN ('a','A','e','E','i','I','o', 'O','u','U')
Seems like cookies are disabled on this browser, please enable them to open this website
Weather Observation Station 8
You are viewing a single comment's thread. Return to all comments →
MS SQL SERVER: