SQLite Forum

Start rowid from 0
Login
Imho, the solution would by quite simple. MySQL has these constructs:

CREATE TABLE your_table () AUTO_INCREMENT = 6000;

ALTER TABLE your_table AUTO_INCREMENT = 6000;