Re: last_insert_rowid() returns every growing list
The Tick <[email protected]> Tue, 18 Feb 2020 13:31:16 -0600
| Newsgroups | gmane.comp.db.sqlite.general |
|---|---|
| Organization | Metropolis |
| Message-ID | <[email protected]> |
Thanks, that explains what I saw. What I was trying to accomplish was retrieve the autoincrement key for the row that had just been previously inserted. I missed the "last_insert_rowid" method in the docs for the Tcl Sqlite interface -- it's only 3 lines :-) _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users