[42000][1064] You have an error in your SQL syntax; check the manual that corresponds to your MySQL

6 篇文章 0 订阅
2 篇文章 0 订阅

1. 环境

今天使用idea 操作mysql建表时,碰到一个错误 

2. 错误提示

 [42000][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 ''goodss' (
  'goods_id' bigint(12) NOT NULL AUTO_INCREMENT COMMENT '商品ID',
 ' at line 1
3. 数据库代码
CREATE TABLE 'goodss' (
  'goods_id' bigint(12) NOT NULL AUTO_INCREMENT COMMENT '商品ID'
)ENGINE =InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET =utf8;

4. 解决办法

把 表名 和 字段名  的英文字符下的单引号 改成 英文字符下的反引号,默认值 和 comment 使用单引号(反引号,即键盘左上角 ‘1’ 左侧的那个键)

5.修改后的代码

CREATE TABLE `goods` (
  `goods_id` bigint(12) NOT NULL AUTO_INCREMENT COMMENT '商品ID'
)ENGINE =InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET =utf8;

  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
引用:错误代码: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 'Continue at line 1。用:you have an error in your sql syntax; check the manual that corresponds to y。引用:Query : select * from order LIMIT 0, 1000 Error Code : 1064 You have an error in your SQLsyntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'order LIMIT 0, 1000' at line 1。 这些引用内容显示了SQL语法错误和错误代码。当你在使用MySQL服务器时,如果你的SQL语句的语法不正确,就会显示这样的错误消息,指出在SQL语句中的哪一行出现了错误。 要解决这个问题,你应该仔细检查你的SQL语句,并确保它们符合MySQL服务器的语法规定。你可以参考MySQL服务器的官方文档,在其中找到正确的语法和用法。另外,你还可以通过查看错误消息中指定的行号,找到具体出错的位置,然后进行修正。<span class="em">1</span><span class="em">2</span><span class="em">3</span> #### 引用[.reference_title] - *1* [You have an error in your SQL syntax... check the manual that corresponds to your MySQL server version](https://blog.csdn.net/Continue_Python/article/details/124320879)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"] - *2* *3* [Mysql运行sql文件错误You have an error in your SQL syntaxcheck the manual that corresponds to y](https://blog.csdn.net/yetaodiao/article/details/126562096)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"] [ .reference_list ]

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值