質問編集履歴

1

記述ミスを修正

2016/03/09 05:57

投稿

BANDIT1250FABS
BANDIT1250FABS

スコア86

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- $stmt = $dbh->prepare("select * from t_table where code = 'A338");
5
+ $stmt = $dbh->prepare("select * from t_table where code = 'A338'");
6
6
 
7
7
  $stmt->execute();
8
8