其完整的錯誤描述如下:
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 Queries and reconnect.
事件起因:
我想要刪除某個 id 在多對多 table 的所有 row。
解法:
在 Delete From ... 之前加上
即可解決。
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 Queries and reconnect.
事件起因:
我想要刪除某個 id 在多對多 table 的所有 row。
解法:
在 Delete From ... 之前加上
SET SQL_SAFE_UPDATES = 0;
即可解決。
沒有留言:
張貼留言
若你看的文章,時間太久遠的問題就別問了,因為我應該也忘了... XD