Posted on

Description

Submission

select city from station where upper(left(city, 1)) in ('A', 'E', 'I', 'O', 'U') and upper(right(city, 1)) in ('A', 'E', 'I', 'O', 'U') group by city;

Leave a Reply

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