On 13 Jan 2014, at 5:21pm, big stone <[email protected]> wrote: > Wouldn't it be both an economy of coding time and a more quick upload > process to allow Multiple inserts SYNTAX ? > > like : > INSERT INTO t1 VALUES(1),(2), .... (9999);
That does actually work. See the syntax diagram at <http://www.sqlite.org/lang_insert.html> However, as Will wrote, it's not always faster. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

