I have a table with existing data that has a unique and auto increment key column named "_id" and several other columns and because this was a test database, I deleted some random rows and would like to reset my _id column to 1 and auto fill the existing _id rows automatically by adding +1 (same as auto increment). It will be easier if I explain using images, please see below:
Next inserted row will auto increment _id to "6".