S
S
Stepan Sidorov2020-02-25 10:26:34
SQLite
Stepan Sidorov, 2020-02-25 10:26:34

How to find element in sqlite3 database by two parameters?

I have a table in which you can write, delete, edit all sorts of parameters and new elements, after which everything is saved in sqlite3 and gets it again when the program starts.
And so, now I need to update the data in an element that contains 2 indices (column and row), how can this be done in theory? THOSE. I need to find an element in a database table by two parameters, column and row, and replace some content in it.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
freeExec, 2020-02-25
@Stepan47

UPDATE таблица SET столбец=некоторое_содержимое WHERE ROWID=строка

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question