当前位置:网站首页>已解决EROR 1064 (42000): You have an error in. your SOL syntax. check the manual that corresponds to yo
已解决EROR 1064 (42000): You have an error in. your SOL syntax. check the manual that corresponds to yo
2022-08-11 05:36:00 【无 羡ღ】
已解决EROR 1064 (42000): You have an error in. your SOL syntax. check the manual that corresponds to your MySQL server version
报错代码
粉丝群里的一个小伙伴,用SQL插入新增数据的时候报错:

报错信息:EROR 1064 (42000): You have an error in. your SOL syntax. check the manual that corresponds to your MySQL server version
报错翻译
报错信息翻译:
报错:您在中有一个错误。您的SOL语法。检查与MySQL服务器版本对应的手册
报错原因
报错原因:他的新增数据语句有问题
解决方法
正确的SQL新增数据语句:
insert into 表名(列名,列名) values(值1,值2)
或者
insert into 表名 values(值1,值2)
修改正确代码执行成功:

边栏推荐
猜你喜欢
随机推荐
Class definition, class inheritance, and the use of super
OA项目之会议通知(查询&是否参会&反馈详情)
推荐一个好用的IDEA插件---Translation—中英互译
类的定义、类的继承以及super的使用
HCIP--交换基础
抖音获取douyin分享口令url API 返回值说明
HCIA knowledge review
【LeetCode】306.累加数(思路+题解)
详解BLEU的原理和计算
How Xshell connects to a virtual machine
bash的命令退出状态码
抖音API接口
The ramdisk practice 1: the root file system integrated into the kernel
HCIA实验
HCIP OSPF/MGRE Comprehensive Experiment
矩阵分析——微分、积分、极限
iptables 使用脚本来管理规则
FusionCompute8.0.0实验(1)CNA及VRM安装
SECURITY DAY04 (Prometheus server, Prometheus monitored terminal, Grafana, monitoring database)
HCIP BGP built adjacent experiment





![[损失函数]——均方差](/img/55/e3c1797d5e87ddfb72bf39c5d31168.png)



