码迷,mamicode.com
首页 > 数据库 > 详细

mysql 关键字bug

时间:2016-03-24 09:59:33      阅读:192      评论:0      收藏:0      [点我收藏+]

标签:

今天运行语句 select * from order;

出现bug: 

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

后来找出原因是order为mysql的关键字

改为 select * from `order`;

mysql 关键字bug

标签:

原文地址:http://www.cnblogs.com/Brittany-yan/p/5314215.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!