On Sat, Aug 9, 2014 at 8:05 AM, Bishan Buddhika <[email protected]> wrote:

> I have a table in google app engine datastore as ItemDatwith columns as
> below.
>
> item_no, letter, f_no, s_no, t_no
>
> I need to get the max value in item_no column. How can i achieve this ?
>



You would query for *ItemDat* entities and sort by the *item_no* property:
https://developers.google.com/appengine/docs/java/datastore/queries#Java_Sort_orders


-----------------
-Vinny P
Technology & Media Consultant
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to