-->
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.  [ 2 posts ] 
Author Message
 Post subject: Can anyone help me out with an Hibernate Equivalent Query
PostPosted: Sat Mar 27, 2004 9:40 am 
Newbie

Joined: Sat Mar 27, 2004 9:36 am
Posts: 1
select aat_transdate,bpd_policynumber,sum(C) as 'Commission',sum(R) as 'Referral',sum(E) as 'Expenses' from (
select aat_transdate,bpd_policynumber,
case aat_achead
when 'C'
then
aat_amount
end as 'C',
case aat_achead
when 'R'
then
aat_amount
end as 'R',
case aat_achead
when 'E'
then
aat_amount
end as 'E'
from tbltrn_agenttransaction where agt_agentcode='A003'
and aat_type='C' group by aat_transdate,bpd_policynumber,aat_achead,aat_amount) as t
group by aat_transdate,bpd_policynumber


Top
 Profile  
 
 Post subject:
PostPosted: Mon Mar 29, 2004 4:32 am 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
No mapping, no functional need, can't help

_________________
Emmanuel


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

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.