我想從表中刪除所有記錄。我的查詢是:從mysql表中刪除所有記錄
delete from tableName.
但它報告以下錯誤:
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."
我該如何解決這個問題?
我可能會丟失一些東西,但是錯誤信息已經告訴你該怎麼做:*在首選項 - > SQL編輯器 - >查詢編輯器中切換選項並重新連接。* –
截斷表而不是 – chemila
我正在使用mySQL Workbench和它thorws這個錯誤。 – Sami