6 ms·
> It actually uses rowid even if you have a primary key. This is true with one exception, if you create an INTEGER PRIMARY KEY, SQLite will use this instead [1
by lyxell 2y ago
> It actually uses rowid even if you have a primary key.
This is true with one exception, if you create an INTEGER PRIMARY KEY, SQLite will use this instead [1].
[1]: https://sqlite.org/rowidtable.html https://sqlite.org/rowidtable.html