MySQL里Create Index 能否创建主键 Primary Key

MySQL里Create Index 能否创建主键 Primary Key?
答案:

不能,必须用 Alter table 创建。

你可能感兴趣的:(mysql,table)