1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server

男娘i 2024-04-07 13:25 171阅读 0赞

问题

1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server

详细问题

请添加图片描述

解决方案

在这里插入图片描述
根据错误提示定位错误 笔者由于对于double类型数据未规定小数点位数
请添加图片描述

原因

对于1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server语法错误, 根据提示定位, 查询相关语法, 对于mysql, double类型数据需要规定小数点位数

原创不易
转载请标明出处
如果对你有所帮助 别忘啦点赞支持哈
在这里插入图片描述

发表评论

表情:
评论列表 (有 0 条评论,171人围观)

还没有评论,来说两句吧...

相关阅读