Perhaps you want specified "offset", following this link
http://code.google.com/appengine/docs/python/datastore/gqlqueryclass.html
.
On Feb 22, 2009, at 10:42 AM, ehmo wrote:
>
> Hey guys, i want to know amout of data from specific query. there is
> more than 1000 rows and i can't figure out how to get it, because
>
> n = db.GqlQuery("SELECT * FROM db WHERE not_allowed = 0 LIMIT 1000,
> 2000")
> m = n.count()
>
> this returns m = 1000, but there is just 352 rows. any idea how to get
> whole amount of specific query?
>
> thnx
> >
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" 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?hl=en
-~----------~----~----~----~------~----~------~--~---