Currently my database is pretty messed up. The id's are not listed properly. I want them to be listed down permanently from 1 to 10. How do I do that? I want them listed from 1 to 10 permanently. Not just with
SELECT * FROM `accounts` ORDER BY `accounts`.`id` ASC