<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 6.00.6000.16735" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#c7edcc>
<DIV><FONT face=Arial size=2>JBoss-4.2.3.GA / Eclipse 3.4 with JBoss Tools 
2.12.GA / PostgresQL 8.1 / JDK 1.6</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I want using Limit in my JPQL subquery : 
</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "select questions " 
+<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"from Question questions " 
+<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"where questions in ( SELECT questions 
" + <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"FROM questions " 
+<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"WHERE questions.typeBean.typeId IN ( 
:typeId ) " +<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"AND 
questions.questionTypeBean.questionTypeId IN ( :questionTypeId ) " 
+<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"ORDER BY random()&nbsp; Limit ( :limit 
) )&nbsp; " +<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"ORDER BY 
questions.questionFlag "</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>"random()"&nbsp;&nbsp;can be used, but "Limit" is 
useless, and I found org.jboss.ejb.plugins.cmp.ejbql.ASTLimitOffset at 
jboss.jar, how could I using "Limit" ? And, is "random()" is supported by jboss 
or other one ?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Best regards,<BR>&nbsp;<BR>Zhang 
ZeHao<BR></FONT></DIV></BODY></HTML>