Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › Using SQLyog › AutoIncrement Column
Hi
Can anyone tell me how to create an automincrement column in a MySQL table, through SQLYog ?
Thanks
Manish
In the Create/Alter Table… window there is an Auto Incr? column.
Check it for the corresponding column that you want to make Auto Increment.
Ritesh
Thanks. Got it.
I also want the SQL syntax for adding an autoincrement column to an existing table.
and also how to delete the autoincrement column in a table through sql query.
I want the syntax.
http://dev.mysql.com/doc/mysql/en/example-…-increment.html
Its all there in the MySQL documentation and SQLyog's History Pane.