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