query string not ending with with vowels

Code Example - query string not ending with with vowels

                
                        SELECT DISTINCT CITY FROM STATION WHERE CITY NOT REGEXP '^[aeiou]';