Question: Help please, why it is not allowed to take value from the table? conn, cursor = connection() cursor.execute('SELECT title FROM tales WHERE category='+callback.data[5:]) query =

Help please, why it is not allowed to take value from the table?

conn, cursor = connection() cursor.execute('SELECT title FROM tales WHERE category='+callback.data[5:]) query = cursor.fetchall() print (query) conn.close()

Error: sqlite3.OperationalError: no such column: cat1

Help please, why it is not allowed to take value from the

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!