Answers for "how to reset AI in sql"

SQL
0

how to reset AI in sql

ALTER TABLE table_name AUTO_INCREMENT = value;

Ex:- ALTER TABLE table_name AUTO_INCREMENT = 1;
Posted by: Guest on January-14-2022

Code answers related to "SQL"

Browse Popular Code Answers by Language