Answers for "how to reset my table to start counting from 1 mysql"

SQL
0

reset auto increment mysql

ALTER SEQUENCE users_id_seq RESTART WITH 1;
#				|     |
#            TABLE  COLUMN
Posted by: Guest on December-03-2020

Code answers related to "how to reset my table to start counting from 1 mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language