Hi,

The records in tabel (TabelA) in datastore are something like:
-----------------------------------------------------------------
    Key                                                          ID/
Name   TestField
    agdmc2F5aW5ncgsLEgVRdW90ZRgBDA    1              test1
    agdmc2F5aW5ncgsLEgVRdW90ZRgCDA    2              test2
    agdmc2F5aW5ncgsLEgVRdW90ZRgDDA    3              test3
    agdmc2F5aW5ncgsLEgVRdW90ZRgEDA    4              test4
    ....

I have two questions:
    1) How to write a query like "select * from TableA order by ID
desc"?
    2) How to write a query like "select * from TableA where ID == 3"?

Please be noted that the ID/Name field (which I want to query against)
is generated by GAE automatically.

Thanks,
Jason

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to