You have an error in your SQL syntax(出错)


You have an error in your SQL syntax(出错)


 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”当作我的数据表的名字来用了,导致我的“select * from order”查询出错!

相关文章: