Делаю подстановку в такой запрос:
str_search = "Ив"
cur.execute("SELECT surName, firstName, patName FROM tbPeople WHERE surName LIKE '?%' LIMIT 20", (str_search,))
Incorrect number of bindings supplied. The current statement uses 0, and there are 1 supplied.