文章詳情頁
MySQL不知道錯哪里了?
瀏覽:109日期:2022-06-09 15:17:11
問題描述
insert into score1
(id,title,name,content)
values
(1,'試試','張三','張三亮了')
ERROR 1064 (42000): 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 '(1,'試試','張三','張三亮了')' at line 4
問題解答
回答1:是不是id是唯一鍵,然后這個重復了
上一條:數據庫不顯示下一條:怎么查到某些字段相同數據
相關文章:
1. angular.js - 三大框架react、vue、angular的分析2. python 如何實現PHP替換圖片 鏈接3. mysql - 一個表和多個表是多對多的關系,該怎么設計4. android-studio - Android 動態壁紙LayoutParams問題5. mysql主從 - 請教下mysql 主動-被動模式的雙主配置 和 主從配置在應用上有什么區別?6. angular.js - 不適用其他構建工具,怎么搭建angular1項目7. html5 - iOS的webview加載出來的H5網頁,怎么修改html標簽select的樣式字體?8. 主從備份 - 跪求mysql 高可用主從方案9. python如何不改動文件的情況下修改文件的 修改日期10. python - django 里自定義的 login 方法,如何使用 login_required()
排行榜
