On 2010-11-29, D'Arcy J.M. Cain <[email protected]> wrote: > On Mon, 29 Nov 2010 13:19:19 -0500 > Mel <[email protected]> wrote: >> tinauser wrote: >> '''INSERT INTO foo VALUES (NULL, ?)''' > > Does this work in SQLite: > > INSERT INTO foo (name) VALUES ('xxx') > > That's the standard SQL way.
Yes, it works; but, the OP asked specifically to be able to enter all of the field values, including the autoincrement field. -- http://mail.python.org/mailman/listinfo/python-list
