SyntaxFix
Write A Post
Hire A Developer
Questions
I hope this will help
select distinct city from station where lower(substring(city,1,1)) in ('a','e','i','o','u') and lower(substring(city,length(city),length(city))) in ('a','e','i','o','u') ;