如何在MySQL中删除表中指定列的唯一键?

语法结构如下:

alter table table_name drop  index column_name;

猜你喜欢

转载自www.cnblogs.com/fsq-mysql/p/10475714.html