Question 2

user_6227789376 avatar
user_6227789376
mysql
11/19/2021 9:13 AM
144 B
15
Indexable
-- Question 2:


SELECT DISTINCT city FROM station WHERE RIGHT(city, 1) NOT IN ('a', 'e', 'i', 'o', 'u');

Editor is loading...