HI, all
i want to put two or filter for an object.how can i put ? i m using
google JDO jar file.

RDBMS query ----select * from user where id>10 or name like 'anu%';
i want same query in JDO
i wrote
select from User.class where id>10;
its working fine. but when i put both filter that means
select from User.class where id>10 || name>'anu';
its throwing error.
how to resole this issue please suggest me
thanks in advance.

anurag

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to