i am working with sqlite and i need to reset the auto increment values, I found on StackOverflow:
SQLite Reset Primary Key Field
but when i do
delete from sqlite_sequence where name='my_table';
all I got is :
Error: no such table: sqlite_sequence
Did someone know the problem ? I am on an iMac with sqlite3.
Thanks for help ! Have a nice day