SyntaxFix
Write A Post
Hire A Developer
Questions
You can try one simple solution for MySQL:
SELECT DISTINCT city FROM station WHERE city REGEXP "^[aeiou].*[aeiou]$";