i have an existing table with data say called "table10"
and i want using code to add a column with an autoincrement (so on every insert the index will grow by 1 automaticlly)
thnaks i nadvance
peleg
MySql-how to create an autoincrement column
Moderator: General Moderators
Re: MySql-how to create an autoincrement column
http://dev.mysql.com/doc/refman/5.0/en/alter-table.htmlpelegk2 wrote:i have an existing table with data say called "table10"
and i want using code to add a column with an autoincrement (so on every insert the index will grow by 1 automaticlly)
thnaks i nadvance
peleg