I have a mysql database that has more and more data added to it daily. Sometimes however, i delete a certain record from the database, then add another, created a gap in the information. IE:
[1][John Smith]
[2][Another Name]
[-][------]
[4][Yet Another]
Is there a way to condense this database down to look like this?
[1][John Smith]
[2][Another Name]
[3][Yet Another]
Thanks



Reply With Quote

Bookmarks