On Aug 26, 5:43 am, "Opcenter [N1] Support" <[email protected]> wrote: > Hi > I am using follwing code for getting records > String query = "select from "+Suffix.class.getName() +" order by > name"; > List<employedetails> console = (List<employedetails>) > pms.newQuery(query).execute(); > But in this case order by not working > What can i do for execute order by . > please guide me > Thanks in Advance
What do you mean by "not working"? -- 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.
