SQL導入錯誤的(0)NULL缺省NULL解決方案

   

  • 錯誤

  • #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(0) NULL DEFAULT NULL, `update_date` datetime(0) NULL DEFAULT NULL
  •  
  • 在SQL語法中有錯誤;檢查與您的MySQL服務器版本對應的手冊,以便在“(0)NULL缺省NULL”附近使用正確的語法。
  • “updatedate”datetime(0)NULL缺省NULL,
  • 第9行PRIMAR
  •  
  • 解決方案
  • 刪除   (0) NULL

   

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章