Changing First Autoincrement Value [SOLVED]
Posted: Mon Jun 12, 2006 10:29 am
Is there a way in MySQL to change the first autoincrement value so instead of it starting at 1 it starts at 1000?
I just want it to look a little better than having 1, 2, 3 for item numbers, Rather have it 1000, 10001, 1002....
I just want it to look a little better than having 1, 2, 3 for item numbers, Rather have it 1000, 10001, 1002....