“SELECT SQLITE3.OperationalError: Nenhuma coluna:” Respostas de código

Erro operacional de sqlite Não é essa coluna

'''
If you add a column to a table after you have initialized the model, you have to delete the database and initialize the model again.
'''
Panicky Platypus

SELECT SQLITE3.OperationalError: Nenhuma coluna:

cursor.execute("SELECT * FROM students WHERE ID=? AND name=? AND age=?", (123, "Steve", 17))
Glamorous Giraffe

Respostas semelhantes a “SELECT SQLITE3.OperationalError: Nenhuma coluna:”

Perguntas semelhantes a “SELECT SQLITE3.OperationalError: Nenhuma coluna:”

Mais respostas relacionadas para “SELECT SQLITE3.OperationalError: Nenhuma coluna:” em Sql

Procure respostas de código populares por idioma

Procurar outros idiomas de código