Query random row in ndb [closed]
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 6 years ago . I am trying to develop an web app on google app engine using webapp2. One of the thing I need to do is to retrieve a random from ndb and display it. Is it any effective method that allows me to do so? 回答1: I assume you mean a random record when you say "random from ndb". If you