Question 2
user_6227789376
mysql
4 years ago
107 B
4
Indexable
-- Question 2:
SELECT DISTINCT city FROM station WHERE RIGHT(city, 1) NOT IN ('a', 'e', 'i', 'o', 'u');
Editor is loading...
-- Question 2:
SELECT DISTINCT city FROM station WHERE RIGHT(city, 1) NOT IN ('a', 'e', 'i', 'o', 'u');