在mySQL中重命名列,並解決錯誤#1025
指定重命名列的數據類型:與問題中提供的代碼不同,指定重命名列的數據類型至關重要。 In this case, assuming the column's datatype is "INT," the code becomes:
ALTER TABLE `xyz` CHANGE `manufacurerid` `manufacturerid` INT;
Backtick/Tilde is optional:MySQL said: Documentation #1025 - Error on rename of '.\shopping\#sql-c98_26' to '.\shopping\tblmanufacturer' (errno: 150)
另外,如果需要,可以省略回頭。
免責聲明: 提供的所有資源部分來自互聯網,如果有侵犯您的版權或其他權益,請說明詳細緣由並提供版權或權益證明然後發到郵箱:[email protected] 我們會在第一時間內為您處理。
Copyright© 2022 湘ICP备2022001581号-3