If I have a autoincrement field in a table suppose its the called id
I delete some records say if i had
1 lll
2 kkk
3 ppp
4 ttt
5 uuu
and i delete 4 ttt and 5 uuu now if i insert some new records it will start from 6 what can i do to remove the gap or in other words how do i make it start the id from 4 instead of 6.
Start Free Trial