我有一个表,它使用主键(列名= caseid)存储支持案例的ID。 p>
我现在有大约100,000个caseid,这个数字太大了。 我希望以某种方式从较低的数字开始,例如1000. p>
如何通过不必删除/存档现有记录而不必将唯一的caseid更改为另一个来实现这样的目标 column(将其保留为主键列) p> div>
I have a table which stores the ID of support cases using the primary key (column name = caseid).
I have now got to about 100,000 caseid and the number is just too big. I wish to somehow start from a lower number such as 1000.
How do I achieve something like this by not having to delete/archive existing records and not having to change the unique caseid's to another column (keep it as the primary key column)
我有一个表,它使用主键(列名= caseid)存储支持案例的ID。 p>
我现在有大约100,000个caseid,这个数字太大了。 我希望以某种方式从较低的数字开始,例如1000. p>
如何通过不必删除/存档现有记录而不必将唯一的caseid更改为另一个来实现这样的目标 column(将其保留为主键列) p> div>