I have a table and it’s first column sl is auto incrementing. After populating my table, I removed first two rows, and the first entry is having sl 1. Is it possible to reset it to 1 maintaining AI? I am using PHP MyAdmin.
I have a table and it’s first column sl is auto incrementing. After populating
Share
I’m not sure if i got your question but if you want your column
slto be renumbered doALTER TABLE your_table DROP sland thenALTER TABLE your_table ADD sl your_definitions