hey
I have an ID field, set up like this:
Field Type Collation Attributes Null Default Extra Action
id int(11) No None AUTO_INCREMENT
And I'm guessing if I delete a row the ID will not carry on from e.g
13
14
15
17
As row 16 was deleted, is there any way to change this?
1 reply to this topic
#1
Posted 26 March 2011 - 03:30 PM
|
|
|
#2
Posted 27 March 2011 - 11:11 AM
normally, there is no importancy to have an uninterrupted series of IDs. Are you really in need of an uninterrupted Id series?
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall
I study Information Systems at Karlstad University when I'm not on CodeCall
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









