lastrowid
This read-only attribute provides the rowid of the last modified row. It is only set if you issued an INSERT
statement using the execute()
method. For operations other than INSERT
or when executemany()
is called, lastrowid
is set to None
.
Please login to continue.