求一条hql语句 ,本人是用sql2005的 语句在sql中查询有效,转换过去就报错了,求高手指导下
sql:{select*Fromdbo.bodywherestoryId=3andchapterId=(selectmax(chapterId)fromdbo.bodyw...
sql:{select *From dbo.body where storyId=3
and chapterId=(select max(chapterId) from dbo.body where storyId=3)}
hql:{"From Body b where b.storyId=?,b.chapterId=(select max(b.chapterId) from Body b where b.storyId=?)"} 我的条件是根据max中的值以及?值 取出一条数据 展开
and chapterId=(select max(chapterId) from dbo.body where storyId=3)}
hql:{"From Body b where b.storyId=?,b.chapterId=(select max(b.chapterId) from Body b where b.storyId=?)"} 我的条件是根据max中的值以及?值 取出一条数据 展开
展开全部
你的hql 是Iquery 对象么??
From body b where b.storyid:id,b.chapterId=(from body b where b.stroyid:storyid select max(b.chapterId))
iq.SetParameter("storyid", "Andy");
什么要用到hql 啊?
Nhibernate?Nhibernate 支持sql的啊....
From body b where b.storyid:id,b.chapterId=(from body b where b.stroyid:storyid select max(b.chapterId))
iq.SetParameter("storyid", "Andy");
什么要用到hql 啊?
Nhibernate?Nhibernate 支持sql的啊....
追问
我用shh框架做的项目 数据库用HibernateDaoSupport的find(hql,value), 我就是想查表中的最后的那条数据(因为chapterId主建自增,storyId的值是可变的)(select max(chapterId) from dbo.body where storyId=3)
select *From dbo.body where storyId=3 and chapterId=() 这个方法差不多就是传2个参数。
惭愧传2个参数的find(hql,Objects values)也没做出来,才退而求其次的。。
追答
囧 我不懂的~ 我和传值的格式有关系
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询