当前位置:网站首页>已解决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)
修改正确代码执行成功:
边栏推荐
猜你喜欢
SECURITY DAY04 (Prometheus server, Prometheus monitored terminal, Grafana, monitoring database)
[损失函数]——均方差
MySQL之函数
ovnif摄像头修改ip
Top20 bracket matching
MySQL之CRUD
HCIP MPLS/BGP Comprehensive Experiment
知识蒸馏Knownledge Distillation
Solve win10 installed portal v13 / v15 asked repeatedly to restart problem.
HCIP BGP built adjacent experiment
随机推荐
grep、sed、awk
Local yum source build
FusionCompute8.0.0实验(0)CNA及VRM安装(2280v2)
利用opencv读取图片,重命名。
Monte Carlo
训练分类器
Eight-legged text of mysql
Especially the redis
HCIP-Spanning Tree (802.1D, Standard Spanning Tree/802.1W: RSTP Rapid Spanning Tree/802.1S: MST Multiple Spanning Tree)
The ramdisk practice 1: the root file system integrated into the kernel
HCIP Republish/Routing Policy Experiment
华为防火墙会话 session table
【LeetCode】851.喧闹与富有(思路+题解)
使用Keras构建GAN,以Mnist为例
ansible batch install zabbix-agent
Class definition, class inheritance, and the use of super
iptables 基础配置
一个小时快速熟悉MySQL基本用法
查看内核版本和发行版版本
OA项目之我的会议(会议排座&送审)