Posted on

Description

Submission

select city from station where lower(left(city, 1)) not in ('a', 'e', 'i', 'o', 'u') or lower(right(city, 1)) not in ('a', 'e', 'i', 'o', 'u') group by city;

Leave a Reply

Your email address will not be published. Required fields are marked *