質問編集履歴
1
エラーメッセージの追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -23,4 +23,8 @@
|
|
23
23
|
AND r1.city = r2.city
|
24
24
|
)
|
25
25
|
;
|
26
|
-
```
|
26
|
+
```
|
27
|
+
|
28
|
+
エラーメッセージ
|
29
|
+
```
|
30
|
+
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'r1 WHERE EXISTS(SELECT * FROM nayose_otameshi r2 ' at line 1
|