mysql5.1をpython2.6.6で使用しようとしていますが、次のエラーが発生します。コード:
query = "INSERT INTO present_list SET from='a', to='b'"
print query
cur.execute(query)
エラー :
Error 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 'from='a', to='b'' at line 1
誰かが何が悪いのか理解できますか?