file:///usr/share/doc/sqlite3-doc/lang_insert.html says
"The INSERT statement comes in three basic forms."
OK, but you need to add examples of all three.
E.g., you say

"The first form (with the "VALUES" keyword)"
well there is no example.

So near the top of the article add this synopsis of the three basic forms,
INSERT INTO moz_cookies VALUES(1,'Bart',12);
INSERT INTO moz_cookies SELECT ..... ????
INSERT INTO moz_cookies DEFAUT_VALUES ???
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to