Have a table with a primary index (entry_id). Had to insert some data from a CSV file now my entry_id is no longer in sequential order ie - 1,2,3,4,10,5,8,7,6
Is there a way to get the table ordered sequentially by entry_id while browsing in phpmyadmin?
Ned