-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: count( distinct ... ) in HQL
PostPosted: Thu Dec 02, 2010 6:59 am 
Newbie

Joined: Fri Oct 14, 2005 7:52 am
Posts: 9
Location: delhi
Hello

I am using one HQL as

select count(distinct cp , fg , pnlFamily) from Product ;

it is not working , throwing error ' expecting CLOSE , ',' ........ '

I modified the query to

select count(distinct cp ) from Product ;
then it works fine .

It seems in count , we can use only one attribute or column in HQL and not more than one . But my requirement is to have more than one column .

Thanks for help .

NOTE :Product object have around 10 attributes .


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.