网页学习体会

  • 首页
  • 个人博客
您的位置: 首页  >  IT文章  >  处理MySQL更新表时Error Code: 1175. You are using safe update mode and you tried to update a table……

处理MySQL更新表时Error Code: 1175. You are using safe update mode and you tried to update a table……

分类: IT文章 • 2022-08-02 10:46:32
Error: 1175 SQLSTATE: HY000 (ER_UPDATE_WITHOUT_KEY_IN_SAFE_MODE)

Message: You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column.


Solution:

SET SQL_SAFE_UPDATES = 0;

update T set col = 'xxx' where  condition ……;

相关推荐

  • rror Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column To disable safe mode, toggle the option in Preferences -> SQL Editor and reconnec
  • Error Code 1175. You are using safe update mode and you tried to update a table
  • Error Code: 1175.You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column
  • 处理MySQL更新表时Error Code: 1175. You are using safe update mode and you tried to update a table……
  • 处置MySQL更新表时ErrorCode:1175.You are using safe update mode and you tried to update
  • 安装在谷歌axure小工具
  • 柯西序列与完备空间
    网站免责声明 网站地图 最新文章 用户隐私 版权申明
本站所有数据收集于网络,如果侵犯到您的权益,请联系网站进行下架处理。   

Copyright © 2018-2021   Powered By 网页学习体会    备案号:   粤ICP备20002247号