MySQL Workbench Error 1175 Even With a “Where” Statement

后端 未结 4 1268
时光说笑
时光说笑 2021-01-29 07:27

I am running MySQL Workbench 6.3.8 b1228 CE (64-bit) in \"safe update mode\". I am trying to run a query with a \"WHERE\" statement, but it still returns \"Erro

4条回答
  •  暖寄归人
    2021-01-29 07:41

    As Arnolio mentions in a comment,

    The important part of the error is : "...without a WHERE that uses a KEY column". So i have to ask is the email column a key column?

    I wasn't focused on the KEY portion, and my email column wasn't a KEY, which caused the error. Thanks, Arnolio!

提交回复
热议问题