| Author |
UNION
|
Nitin Dindorkar
Greenhorn
Joined: Nov 14, 2003
Posts: 6
|
|
Hi Can some one pl tell me what is HQL equivalent of a UNION. I want to do UNION of 2 select queries how shouls i do it in HQL? Regards, Nitin
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
There isn't an equivalent. You could use a SQL query to achieve it though. Or just use two queries. [ March 02, 2006: Message edited by: Paul Sturrock ]
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
 |
|
|
subject: UNION
|
|
|