B
B
belkakiller2019-07-18 02:53:52
SQLite
belkakiller, 2019-07-18 02:53:52

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');

Is it possible to do this somehow differently so as not to prescribe the same thing 1000 times

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Moskus, 2019-07-18
@belkakiller

www.sqlitetutorial.net/sqlite-insert

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question