-->
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: Cast in HQL query
PostPosted: Wed Sep 14, 2005 7:37 pm 
Newbie

Joined: Tue Sep 13, 2005 9:09 am
Posts: 17
Hibernate version:3

how to VARCHAR2 to NUMBER in HQL query . EXP :

select SUM(toto.nbC) from TAB as toto where toto.name=:myname";

nbC isdeclared VARCHAR2 instead of NUMBER so i tried this cast:

select SUM(cast(toto.nbC as INTEGER)) from TAB as toto where toto.name=:myname";

but i found a probleme with : cast (toto.nbC as ???)

I also tried to reimplement the getter of nbC but i have error.

Any idea please.

thanks.


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.