diff --git a/mysql/weather-observation-station-3/solution.sql b/mysql/weather-observation-station-3/solution.sql new file mode 100644 index 0000000..396d770 --- /dev/null +++ b/mysql/weather-observation-station-3/solution.sql @@ -0,0 +1,3 @@ +SELECT DISTINCT CITY +FROM STATION +WHERE ID%2 = 0 \ No newline at end of file