Overcoming limits of Auto_Increment
Is there a way to "overcome" the issue with Auto_Increment in that once the limit is reached, that it either loops back around to 0 or just stops adding rows.
For example, if I have an Auto Increment attribute of unsigned tinyint, and I have 255 items. Let's say that I delete item 128. How can I then re-use # 128 again? Can this number be reused again after it is removed (even though it is an auto_increment attribute)?
Subject
Written By
Posted
Overcoming limits of Auto_Increment
October 02, 2014 09:24PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.