On 20 Dec 2016, at 8:19pm, [email protected] wrote: > sqlite> INSERT INTO Years VALUES(4); > Error: table YEARS has 2 columns but 1 values were supplied > > […] > > How can I make DEFAULT work?
INSERT INTO Years (IDYear) VALUES (4); Simon. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

