From cd979df1afa94fd5ae4e378ebc3a5dffbced87bc Mon Sep 17 00:00:00 2001 From: lub Date: Sat, 18 May 2019 12:03:42 +0200 Subject: [PATCH] mysql: add japanese-cities-names --- mysql/japanese-cities-names/solution.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 mysql/japanese-cities-names/solution.sql diff --git a/mysql/japanese-cities-names/solution.sql b/mysql/japanese-cities-names/solution.sql new file mode 100644 index 0000000..b640de8 --- /dev/null +++ b/mysql/japanese-cities-names/solution.sql @@ -0,0 +1,3 @@ +SELECT NAME +FROM CITY +WHERE COUNTRYCODE = 'JPN' \ No newline at end of file