“Seleccione SQLite3.OperationalError: No hay tal columna:” Código de respuesta

SQLITE Error operacional No hay tal columna

'''
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

Seleccione SQLite3.OperationalError: No hay tal columna:

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

Respuestas similares a “Seleccione SQLite3.OperationalError: No hay tal columna:”

Preguntas similares a “Seleccione SQLite3.OperationalError: No hay tal columna:”

Más respuestas relacionadas con “Seleccione SQLite3.OperationalError: No hay tal columna:” en Sql

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código