Wednesday 15 September 2010

android - How to build ParseQuery by joining two or more tables or using inner queries? -



android - How to build ParseQuery by joining two or more tables or using inner queries? -

i'm trying build application in need build parsequery

select * photos objectid not in (select photo history user = {currentuser})

consider class:

photos: *objectid *photo(file) *user(user object) history *objectid *photo(photos pointer) *user(user object)

basically need photo(file) photos table not in history table. how build query this.?

android parse.com

No comments:

Post a Comment