Can I reset the auto-increment index of a MySQL table so that it starts counting from zero again?
I want to reset id after 100th id to 0.
Can I reset the auto-increment index of a MySQL table so that it starts counting from zero again?
I want to reset id after 100th id to 0.