回答編集履歴

1

誤字修正

2015/04/24 12:00

投稿

orange0190
orange0190

スコア1698

test CHANGED
@@ -1,6 +1,6 @@
1
1
  ```lang-java
2
2
 
3
- statement.executeUpdate(String.format("INSERT INTO account values(%s, %s)", id, password));
3
+ statement.executeUpdate(String.format("INSERT INTO account values(%s, %s)", id, Password));
4
4
 
5
5
  ```
6
6