Posted on June 5, 2020 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; By Bill0412 SQL