Skip to content
Advertisement

Tag: sqlite3-python

Dynamic SQL queries with SQLite3

I would like to allow users to query a sql database. The database is here So the user will be able to enter the queries they want: and then the query will execute: If the user enters both variables like city=’SQL City’ and type=’murder’ it works as it finds both values in the same row, but if the user leaves

Advertisement