sqlite3.ProgrammingError:提供的绑定数量不正确。当前语句使用1,并提供3

时间:2014-10-11 19:52:54

标签: python sqlite

我跑的时候:

bid_items = db.execute('select bid_item from people where bidder_id=?', request.form['bidder'])

我得到了

sqlite3.ProgrammingError: Incorrect number of bindings supplied. The current statement uses 1, and there are 3 supplied. 

我明白我提供了很多东西。我确定这是一个语法错误。但我无法弄清楚。

0 个答案:

没有答案