Auto increment
Hi all,
I have a small issue here. i have a table with column as 'id' hav an auto_increment feature. the table has 10 rows. when i delete the 9th row, " delete from myTable where id='9'; . then the 9th row gets deleted. Then the table would be like:
1
2
3
4
5
6
7
8
10.
Here the 10th row id is not changing to 9. How can that be done. some one please help.
Thanks in advance,
Prad.
|