Relative Content

Tag Archive for pythonsqlsqlite

how should I make an sql query in python?

I need to add data to one column by username or id, however, in neither case is there any change in the table. It does not write any error, but it does not update the data either. What could be the mistake here?

the problem with adding to the sql database

I need to add data to one column by username or id, however, in neither case is there any change in the table. It does not write any error, but it does not update the data either. What could be the mistake here?