Sqlite - To set automatic counter index number to the preferred value in Sqlite
UPDATE SQLITE_SEQUENCE SET SEQ=0 WHERE NAME='Table_name'