python mysql connection.cursor().execute fails on the second query

前端 未结 0 1077
感动是毒
感动是毒 2020-12-21 06:52

I am using mysql.connector in Python 3.

This works the first time it is called, but not the second.

def execute (self, query, *args):
             


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题