You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version
程序员文章站
2022-03-07 22:37:37
...
在执行查询语句的时候出现报错:
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 'order
mysql数据库表名为order,要特别注意sql的书写
例如:CREATE TABLE `order`
select count(1) from order 执行不通过,一直提示sql有问题
select count(1) from `order` 正确写法
注意:` 不是单引号,是键盘左上方数字1按键旁边的那个按键。
上一篇: Centos 定时器的使用
下一篇: Dokcer私服
推荐阅读
-
pymysql.err.ProgrammingError: (1064, “You have an error in your SQL syntax; check the manual that co
-
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version
-
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version
-
MySql-You have an error in your SQL syntax; check the manual that corresponds to your MySQL server v
-
(1064, "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server
-
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version
-
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version
-
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version
-
Mysql错误:[Err] 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
-
check the manual that corresponds to your MySQL server version for the right syntax的错误解析,correspondssyntax