how to send "ALTER TABLE table AUTO_INCREMENT = 1;" before insert record on data editor

how to send "ALTER TABLE table AUTO_INCREMENT = 1;" before insert record on data editor

aristidisaristidis Posts: 8Questions: 2Answers: 0

i want to reset AUTO_INCREMENT in MySQL before insert a new record from editor.For this ,i have to write "ALTER TABLE table AUTO_INCREMENT = 1;" before insert.Is it posible?

This discussion has been closed.