Answer the question
In order to leave comments, you need to log in
How to add many names to sqlite at one time?
Hello, tell me how to add many names at once in sqlite3? an example of what I'm doing at the moment
insert into test (name)
values ('Ivan');
insert into test (name)
values ('Vladimir');
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