mysql 删除主键及自增属性

Alter table `m_datamonitorbak` drop primary key,change id id int(11)

转载于:https://www.cnblogs.com/xgw2004058/archive/2011/06/15/2081453.html

你可能感兴趣的:(数据库)