Possible duplicate:Google App Engine: is it possible to execute a Gql LIKE request?
In SQL (at least in T-SQL), you can write a query that uses the "how" operator, something like this:
select * from MyTable where MyColumn like '%something%'
Is there any way to do this in GQL?
No one has answered this question yet.
See similar questions:
or similar:
Source: https://habr.com/ru/post/1729955/More articles:Visual Studio 2008 does not connect to SQL Server 2008 - databaseAdding iPhone OS event jQuery style event handler - javascriptcan any unused object leave the garbage collector? - javaCan we increase the priority of the garbage collection thread in java - javaCan I use more than 65535 ports to implement XMPp PubSub or Comet? - cometCan we have an individual garbage collector in java? - javaRun python module in c #? - pythonDisk Partition Structure - javaDebugging WCF debugging - debuggingEditing local cookie values - securityAll Articles