当前位置: 代码迷 >> J2EE >> 调用dao.createHQuery出错Exception,错误信息:net.sf.hibernate.QueryException:
  详细解决方案

调用dao.createHQuery出错Exception,错误信息:net.sf.hibernate.QueryException:

热度:503   发布时间:2016-04-22 03:22:36.0
Hibernate 问题 , expected in SELECT
报错信息:
调用dao.createHQuery出错Exception,错误信息:net.sf.hibernate.QueryException: , expected in SELECT [select count(comment.comment) as num from com.bpcc.egov.gs12315.po.Comment as comment where comment.employeeid = '150601001002' and comment.comment = '3' and comment.workid = '100' and (comment.calltime >=? and comment.calltime <=?) group by comment.workid, comment.username order by comment.workid]
 
 使用的数据库为 SqlServer2000 在查询分析器中运行没有问题,调试程序时后台报错。


------解决方案--------------------
这个是你生成的sql语句吧,把你的hql语句发下
------解决方案--------------------
先用select count(*) from ...试试
------解决方案--------------------
同意楼上的。。
  相关解决方案