Question 2

 avatar
user_6227789376
mysql
3 years ago
107 B
3
Indexable
-- Question 2:


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

Editor is loading...