Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

how to set an already made tables auto increment in mysql

# To Set the value of auto increment in an already existing table use:
ALTER TABLE tables_name AUTO_INCREMENT=500; # Or whatever number you desire
 
PREVIOUS NEXT
Tagged: #set #tables #auto #increment #mysql
ADD COMMENT
Topic
Name
2+2 =