回答編集履歴
1
レスポンス速度
test
CHANGED
@@ -7,3 +7,7 @@
|
|
7
7
|
SELECT * from countries c1 where continent in (select continent from countries c2 where c2.name in('日本','イタリア'))
|
8
8
|
|
9
9
|
```
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
表別名は必須じゃないですが、レスポンス速度が変わるのであった方がいいです。
|