db.execute('select vopros from Vopros where num=?', p )db.execute('select vopros from Vopros where num=?', p )Ferroman? Не понял?
не забываем один вопрос-одна тема
db.execute('select vopros from Vopros where num=?',p)-так не работает.Ошибка unsupported type.
db.execute('select vopros from Vopros where num="+p+" ')db.execute("""select vopros from Vopros where num='?' """, p)? Не понял?Тред растёт от разных вопросов, и превращается в кашу. Намного легче делать поиск по форуму, где отдельный вопрос - отдельная тема.
db.execute('select vopros from Vopros where num=?',(p,))