It's possible to run more than one command in the direct SQL execution in SQlite Manager?
(useful if you insert a lot of data)
e.g.
insert into TestTable (Name, Age) values("Thomas", 25)
insert into TestTable (Name, Age) values("Peter", 29)
...
Thx
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…