Python MySQL - SELECTs work but not DELETEs?

前端 未结 4 2037
难免孤独
难免孤独 2021-01-17 20:35

I\'m new to Python and Python\'s MySQL adapter. I\'m not sure if I\'m missing something obvious here:

db = MySQLdb.connect(# db details omitted)
cursor = se         


        
4条回答
提交回复
热议问题