首頁  >  文章  >  資料庫  >  MySQL错误:ERROR 1064 (42000): use near 'order’解决

MySQL错误:ERROR 1064 (42000): use near 'order’解决

WBOY
WBOY原創
2016-06-07 15:18:141634瀏覽

环境 MySQL Sever 5.1 MySQL命令行工具 问题 ERROR 1064 (42000): You have an error inyour SQL syntax; check the manual that orresponds to your MySQL server versionfor the right syntax to use near 'order’ 解决 表名使用了关键字,数据库中命名要

环境

MySQL Sever 5.1 + MySQL命令行工具

 

问题

ERROR 1064 (42000): You have an error inyour SQL syntax; check the manual that orresponds to your MySQL server versionfor the right syntax to use near 'order’


 MySQL错误:ERROR 1064 (42000): use near 'order’解决


解决

表名使用了关键字,数据库中命名要避免使用关键字。Hibernate中查询语句为字段起别名,目的就是避免使用关键字。

 

参考资料

http://hi.baidu.com/yuiezt/item/fb563d6b4445b3156995e668

 

http://www.examw.com/biancheng/mysql/165562/



陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn