Answers for "how to set auto increment in sql back to 1"

SQL
1

sql reset auto increment

ALTER TABLE tmp AUTO_INCREMENT = 3;
Posted by: Guest on April-20-2020

Code answers related to "how to set auto increment in sql back to 1"

Code answers related to "SQL"

Browse Popular Code Answers by Language