Not sure whether to ask in asp or this forum, but hey here goes...
I need to create a DB in MySQL with an id field that autoincrements. However, the first record is to start at 09100, then next is 09101, 09102, 09103 etc etc.
Is there any way to make the field begin at 09100 instead of 0?
Thanks folks
I need to create a DB in MySQL with an id field that autoincrements. However, the first record is to start at 09100, then next is 09101, 09102, 09103 etc etc.
Is there any way to make the field begin at 09100 instead of 0?
Thanks folks