please help with the following issue. I have deleted some records in a table in SQL, without realizing that once I delete them, then the new records are not auto-incremented. For example, I deleted records from 5 to 10, and the new record gets number 11, while I want 6.
How can this be fixed? And what is the method to delete only the data, so that auto-increment would still work?