Devs.tw 是讓工程師寫筆記、網誌的平台。歡迎您隨手紀錄、寫作,方便日後搜尋!
今天想要把MySQL利用SSMA for MySQL工具轉成MsSQL前,想先修正MySQL的ZERO DATE資料格式,像是'0000-00-00' 這種日期格式,執行update時,卻出現以下錯誤。
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
感謝CM的部落格分享,順利解決問題。