hi i need help to solve the query as stated below
SELECT FROM Employee WHERE salary >
(SELECT avg(salary) FROM Employee e WHERE e.lastName ==
this.lastName)
is there any possibility to implement this query in java app engine
and jdo.
please help me in this issue;
thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---