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.

-- 
D'Arcy J.M. Cain <[email protected]>         |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 425 1212     (DoD#0082)    (eNTP)   |  what's for dinner.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to