Answer the question
In order to leave comments, you need to log in
How to make table row id start from 1 even after deleting several rows?
I had a problem that when deleting rows from a table, the id order is violated, how to solve this so that when a row is deleted, the id order is not violated and always starts from 1
Answer the question
In order to leave comments, you need to log in
No need to delete records, just replace the string with null, then there will be no problems in your case.
You don't have to do that. The whole point of identifiers is their immutability.
the order of id was not violated
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question