Mysql
 sql >> Datenbank >  >> RDS >> Mysql

UPDATE-Anweisungsfehler – MySQLdb/Python

Ich habe es gelöst. Der Code sollte wie folgt aussehen:

cur.execute("""UPDATE `term_results` SET `%s` = %s, `%s` = %s WHERE `results_id` = %s""" % (term, nResult, termInserted, bResultsInserted, mostRecentRecord))