X
X
Xacker_Name2021-10-09 16:24:11
SQLite
Xacker_Name, 2021-10-09 16:24:11

How to change the value of a column with text in a SQlite3 database?

How to change the value of a column with text in a SQlite3 database?

Let's say I have a table:

id    nik
1     test
2     test2
3     test3

How can I change the nik column with id value 2 to be valid for test4 instead of test2?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Gornostaev, 2021-10-09
@rt2233

Just execute the update request with the condition id = 2.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question