Can someone point out to me the syntax error in the following? I've omitted
the set-up code for brevity, but cur is a cursor with a connection to the
database. Thanks.
>>> x = cur.execute('last_insert_rowid()')
Traceback (most recent call last):
File "<pyshell#145>", line 1, in <module>
x = cur.execute('last_insert_rowid()')
OperationalError: near "last_insert_rowid": syntax error
Karl
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users