weronpc
04-14-2003, 10:29 PM
I have a primary key called ID, ID is set to AUTO_INCREMENT.
the table contains total of 5 records and the order of the records is 1, 2, 3, 4, 5.
I delete record number 3, the id order goes like this, 1, 2, 4, 5.
Is there a way to make the order goes 1, 2, 3, 4 instead of 1, 2, 4, 5?
Thank you,
Mike
the table contains total of 5 records and the order of the records is 1, 2, 3, 4, 5.
I delete record number 3, the id order goes like this, 1, 2, 4, 5.
Is there a way to make the order goes 1, 2, 3, 4 instead of 1, 2, 4, 5?
Thank you,
Mike