Hi guys,
I want sort some data by date and put some thing out. My gql like this
("SELECT * FROM Messages WHERE nickname != :1 ORDER BY date DESC",
'Owner')
As we known "First ordering property must be the same as inequality
filter property"
So how can I sorting by date and list 'Owner' only?
Any thoughts would be appreciate
thanks :)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---