From 52ac6e003712dbdfa2fea964cb8c597c331f6550 Mon Sep 17 00:00:00 2001 From: lub Date: Sat, 18 May 2019 12:05:10 +0200 Subject: [PATCH] mysql: add weather-observation-station-1 --- mysql/weather-observation-station-1/solution.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mysql/weather-observation-station-1/solution.sql diff --git a/mysql/weather-observation-station-1/solution.sql b/mysql/weather-observation-station-1/solution.sql new file mode 100644 index 0000000..e5de482 --- /dev/null +++ b/mysql/weather-observation-station-1/solution.sql @@ -0,0 +1,2 @@ +SELECT CITY, STATE +FROM STATION \ No newline at end of file