-
What's up with EJB-QL... doesn't work! (2 messages)
- Posted by: Vijay Vykuntam
- Posted on: December 11 2008 11:56 EST
Hi All, I am trying to executing Ejb QL Query in jboss server. I have got the query as follows "SELECT distinct OBJECT(o) FROM com_afl_global_entity_Partner o WHERE o.id IN (-1,5,10,780,1005,1091,1097) ORDER by o.name " giving the error as org.jboss.ejb.plugins.cmp.ejbql.ParseException: Encountered "-" at line 1, column 85. Was expecting one of: "ABS" ... "COUNT" ... "MAX" ... "MIN" ... "AVG" ... "SUM" ... "LENGTH" ... "LOCATE" ... "SQRT" ... "MOD" ... "(" ... ... ... ... ... Please help me ,I am in urgent need Thanks in AdvanceThreaded Messages (2)
- Re: sesli sohbet shop realistik bebek şişme bebek chat kameralı by Celinio Fernandes on December 15 2008 04:16 EST
- Hi by Vijay Vykuntam on December 15 2008 07:34 EST
-
Re: sesli sohbet shop realistik bebek şişme bebek chat kameralı[ Go to top ]
- Posted by: Celinio Fernandes
- Posted on: December 15 2008 04:16 EST
- in response to Vijay Vykuntam
-1 is incorrect -
Hi[ Go to top ]
- Posted by: Vijay Vykuntam
- Posted on: December 15 2008 07:34 EST
- in response to Celinio Fernandes
Is negitive number is invalid for ejb ql IN function? when I execute the query in the normal oracle it is executing.Please could you tell me why negitive numbers are not allowed in the IN function for ejb ql?