I'm exploring sqlite3 in python by updating values. However, Im getting the no such column: quantity

后端 未结 0 1079
别那么骄傲
别那么骄傲 2021-01-01 06:26

this is the code

def updating(quantity,price,item):
    conn = sqlite3.connect("sqlite1.db")
    cur = conn.cursor()
    cur.execute("UPDATE st         


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