First let me say I am not a MYSQL person and I do not know the syntax for creating tables and so forth. I do know SQL from stored proecedure stand point in SQL Server.
With that said, I am trying to add an auto_increment assignment to a column that is a primary key...
alter table employee modify empid double not null auto_increment primary key
It says there is a syntax error... I don't know where...
any help is appreciated... I am sure this must be something simple...
Yours in deepest gratitude,
Angela
Start Free Trial