update authors set author_first='li' where author_first='lee';这条语句在mysql中会报错 但是我在oracle可以正常执行这是什么原因 或者应该这么改呢?

解决方案 »

  1.   

    0 21:07:26 update authors set author_first='li' where author_first='lee' 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 -> Query Editor and reconnect.
      

  2.   

    应该是你的工具的问题。直接到MYSQL命令行工具中去试一下。