質問編集履歴

2

2017/04/30 04:43

投稿

yoichi0702
yoichi0702

スコア19

test CHANGED
File without changes
test CHANGED
@@ -58,7 +58,7 @@
58
58
 
59
59
  ```SQL
60
60
 
61
- UPDATE op_form_tbl SET input_body = REPLACE(input_body, '//img//', '//images//') WHERE `id` =125 ESCAPE '/'
61
+ UPDATE table1 SET input_body = REPLACE(input_body, '//img//', '//images//') WHERE `id` =125 ESCAPE '/'
62
62
 
63
63
  ```
64
64
 

1

引用範囲の修正

2017/04/30 04:43

投稿

yoichi0702
yoichi0702

スコア19

test CHANGED
File without changes
test CHANGED
@@ -66,4 +66,6 @@
66
66
 
67
67
  > #1064 - 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 'ESCAPE '/'' at line 1
68
68
 
69
+
70
+
69
71
  というエラーになってしまいます。