search

Home  >  Q&A  >  body text

mysql无法删除字段(错误1091),但是对该字段设置主键后就可删除,为什么?

我为表student添加了字段xx,再想删除时,提示error 1091。
可是,为什么会出现这个错误?

我在网上找到了这个办法:给xx字段添加主键,然后果然删除了。
可是,主键不是不能删除的吗?这怎么又可以删除了?这个办法是什么道理?

能否解释一下?谢谢、

天蓬老师天蓬老师2781 days ago1256

reply all(1)I'll reply

  • PHPz

    PHPz2017-04-17 16:24:49

    Um, the table you used in the first picture is class instead of the student you showed

    reply
    0
  • Cancelreply