質問編集履歴

1

2017/03/26 13:42

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -34,7 +34,7 @@
34
34
 
35
35
 
36
36
 
37
- cursor.execute("INSERT INTO app_table1(id,opinion) VALUES(%s, %s)",(new_id, opinion))
37
+ cursor.execute("INSERT INTO tablename(id,opinion) VALUES(%s, %s)",(new_id, opinion))
38
38
 
39
39
  db.commit()
40
40