Dear SQLIters, Is ability to insert multiple rows in one go a feature of a newer versions:
INSERT INTO myTable (designation) VALUES ('LoResFA_only'), ('HiResFA_only');
or this a wrong statement?
I have SQLite version 3.7.2.
Thank you,
Roman
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

