Get values from one table and put into other table by select query but the items iterate over two times

前端 未结 0 1304
栀梦
栀梦 2020-12-28 14:14

cursor = mydb.cursor(buffered=True) symbol = str(s) model_query = cursor.execute("SELECT id,model_name FROM models WHERE model_name= \'%s\'" % symbol) print(model_

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