Creating Auto Incrementing column in Google Appengine

Posted by demos on Stack Overflow See other posts from Stack Overflow or by demos
Published on 2010-05-24T04:57:29Z Indexed on 2010/05/24 5:00 UTC
Read the original article Hit count: 143

What is the easiest and most efficient way to create an auto-increment counter for every data row in google appengine?

basically I want to give every row a unique row_number so that I can overcome the issue of only being able to get the first 1000 results in a select query. I can thus add a counter lies between condition and mine all the entires in the table.

© Stack Overflow or respective owner

Related posts about google-app-engine

Related posts about counter