Possible Duplicate:
Google App Engine: Is it possible to do a Gql LIKE query?
In SQL (T-SQL at least) you can write a query that uses the "like" operator, something like this:
select * from MyTable where MyColumn like '%something%'
Is there any way to do this in GQL?