Mysql Programming Tips & Tricks





Español Français 中文 Deutsch Portuguese Japanese nederlands
   
 
Code Snippets
 List All
 Datatypes
 Other Queries
 Tables
 




Alter auto increment value of a table - Mysql

Snippets  Mysql  Alter auto increment value of a table
Snippet On
alter auto increment




Code
  
Rate this page :
  [ 0 votes]

Use this query to alter the auto-increment value of any table .eg:alter table tbl_name auto_increment=10;

alter table <table_name> auto_increment=<value>;




Other Links

web hosting