Hi,

I am using the Java Admin Consoles DataStore Explorer, and would like
to know if its possible to query
an object using the Key/Id ?

If I run a query

select * from Employee,

I get a row back with id=1

If I try something like

            select * from Employee where __key__ = KEY('1'), I get an
error (Incorrect padding)

           select * from Employee where __key__ = KEY('Empolyee,'1'),
I get no data back

Can someone please tell me what the correct syntax is, from the web
based data explorer (production)

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.


Reply via email to