You are viewing a single comment's thread. Return to all comments →
oracle select distinct city from station where REGEXP_LIKE(city,'^[aeiou].*[aeiou]$','i');
// i is for insensitive matching.
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 →
oracle select distinct city from station where REGEXP_LIKE(city,'^[aeiou].*[aeiou]$','i');
// i is for insensitive matching.