On 13 Apr 2012, at 9:54pm, Pete <p...@mollysrevenge.com> wrote:

> A couple of things in the Release Notes for 3.7.11 caught my eye:
> 
> - ability to insert muyltiple rows in one INSERT command
> - improvements to the handling of csv inputs in sqlite3
> 
> Is there more detailed information available about these changes.  For
> example,the INSERT syntax diagram/description doesn;t seem to cover the new
> feature.

I'd bet on the standard SQL format for multiple inserting:

INSERT INTO phone_book VALUES ('John Doe', '555-1212'), ('Peter Doe', 
'555-2323')

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to