Someone knows how to do so that when I delete a row from my MySQL table, the following follow the numeric sequence of the autoincrementable ID? example, I have 10 rows with ID from 1 to 10, I delete rows 9 and 10, when I enter 2 new rows it looks like this: 1 2 3 4 5 6 7 8 11 12