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