首页 > 数据库技术 > 详细

MySQL学习笔记

时间:2015-07-01 21:57:11      阅读:331      评论:0      收藏:0      [点我收藏+]

1.20:01:56 update test.work_info set sex = ‘F‘ where name = ‘Yng‘ Error 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 reconnect. 0.016 sec 必须建立索引

 

MySQL学习笔记

原文:http://www.cnblogs.com/njuzwr/p/4614452.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!