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

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.