Is there syntax to do multiple row insert? Something like:

insert into my_table (a,b,c) values ((1,2,3),(4,5,6));

The documentation for INSERT seems to imply this is not possible.

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

Reply via email to