原文网址:https://www.youyong.top/article/1158d20e7816
desc order; 想看一下表结构,报错如下: ERROR 1064 (42000): 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' at line 1
原文网址:https://www.youyong.top/article/1158d20e7816
desc order; 想看一下表结构,报错如下: ERROR 1064 (42000): 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' at line 1
原文网址:https://www.youyong.top/article/1158d20e7816
order是关键字
表名最好不要这么用
一定要用的话 加上 `` 这个符号 ,比如:desc `order`;
最好是改名: alter table `order` rename to user_order;
作者声明:本篇文章系本人原创,欢迎分享,但未经许可,谢绝转载。
共 0 条留言
Ubuntu安装MySQL提示Depends: mysql-server-5.5 but it is not going
mysql-bin.00000* 文件误删删除导致mysql启动不起来
Linux screen 提示:There is no screen to be resumed matching
MySQL 上传报错#1064-You have an error in your SQL syntax
iPhone X 跌破发行价,苏宁200亿入股恒大 | 财经日日评
资深黄牛现身说法:iPhone X价格秒变不停,就像炒股一样
6款程序员必备的开源中文汉字拼音转换及处理工具 (PHP Java .net)
java如何获取网页标题title? (用htmlparser)
mysql: ERROR 1292 (22007): Truncated incorrect DOUBLE value:
手机扫一扫
分享文章