回答編集履歴

2

誤記修正

2022/04/15 03:42

投稿

tanat
tanat

スコア18713

test CHANGED
@@ -5,7 +5,7 @@
5
5
  ```
6
6
 
7
7
  ```PHP
8
- $sql = "delete from `books` where `books`.`id` = ':id'";
8
+ $sql = "delete from `books` where `books`.`id` = :id";
9
9
  ```
10
10
  の修正は必要です(シングルクォートとバッククォートは違うものです)
11
11
 

1

誤記修正

2022/04/14 14:32

投稿

tanat
tanat

スコア18713

test CHANGED
@@ -5,7 +5,7 @@
5
5
  ```
6
6
 
7
7
  ```PHP
8
- $sql = "delete from `books` where `books`.`id` = ':id'";`
8
+ $sql = "delete from `books` where `books`.`id` = ':id'";
9
9
  ```
10
10
  の修正は必要です(シングルクォートとバッククォートは違うものです)
11
11