标签:rgba odi 主键约束 删除 lte nbsp div prim --
alter table student_info modify id int(3); -- 先删除自增约束 alter table student_info drop primary key; -- 再删除主键约束 alter table student_info drop id; -- 再删除该字段 alter table student_info add primary key(sno); -- 新增主键
标签:rgba odi 主键约束 删除 lte nbsp div prim --
原文地址:https://www.cnblogs.com/yaoze2018/p/14916109.html