Hey guys,
I have a table with a primary key that is auto-increment. I deleted the first 8 records, which now makes the 9th record the first record in that table.
Is there an easy way to renumber these records so the previously-9th record now has a primary key value of 1. And the previously-10th record now has a primary key value of 2, and so on?