reset auto increment value in sql table without truncating it code example Example: sql reset auto increment ALTER TABLE tmp AUTO_INCREMENT = 3;