sqlite3_last_insert_rowid returns the integer primary key of the last INSERT command.
Return Value
rowid is a integer primary key of the last INSERT command.
Parameters
db is a handle returned by sqlite3_open.
History
| Version | Description |
|---|---|
| 5.5.0 | New. |
See also
id-1898456