Answer the question
In order to leave comments, you need to log in
Why doesn't update data in aiosqlite column work?
Good day to all!
I am creating an sql query to the database. It looks like this:
conn = await aiosqlite.connect('datebase.db')
cursor = await conn.cursor()
await cursor.execute('UPDATE peoples SET amount=amount+50 WHERE id=123')
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question