On 2 Jul 2017, at 12:08am, 積丹尼 Dan Jacobson <jida...@jidanni.org> wrote:

> 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 ???

If those are "the" three forms, there are actually four and there needs to be 
one for

INSERT INTO moz_cookies (id_number, name, age) VALUES(1,'Bart',12);

or whatever the columns are actually called.

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

Reply via email to