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