reset id auto increment


/ Published in: MySQL
Save to your folder(s)

Set the counter back to zero.


Copy this code and paste it in your HTML
  1. ALTER TABLE `table_name_here` AUTO_INCREMENT =0

URL: http://www.trap17.com/index.php/Reset-Id-Auto-Increment_t27162.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.