diff --git a/mysql/weather-observation-station-10/solution.sql b/mysql/weather-observation-station-10/solution.sql new file mode 100644 index 0000000..67926e4 --- /dev/null +++ b/mysql/weather-observation-station-10/solution.sql @@ -0,0 +1,3 @@ +SELECT DISTINCT CITY +FROM STATION +WHERE RIGHT(CITY, 1) NOT IN ('a','e','i','o','u') \ No newline at end of file