How do you do a 'like' query in appengine JPA?
Posted
by Mark M
on Stack Overflow
See other posts from Stack Overflow
or by Mark M
Published on 2010-03-11T15:46:14Z
Indexed on
2010/03/24
12:53 UTC
Read the original article
Hit count: 188
google-app-engine
|google-datastore
I know there is a limited version of a LIKE query in the App engine's datastore where you can only search on the end of a string but I can't seem to find the syntax.
I want to do something like this
SELECT * FROM MyTable WHERE name LIKE ji%
© Stack Overflow or respective owner