立奇首页 | 会员登录
加入收藏
#先删除自增长在删除主键alter table t_name change id id int;-- 删除自增长alter table t_name drop primary key;-- 删除主建
阅读量: 1690