How to use like as the keyword to query?
Posted: Thu Feb 27, 2014 4:23 am
Hello,
I want to use like to query data.
For example the SQL like: select * from student where name like '%John%'
How to do this in appery?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hello,
I want to use like to query data.
For example the SQL like: select * from student where name like '%John%'
How to do this in appery?
If you are using Appery.io Database, it has query API: http://docs.appery.io/documentation/b...
Hello,
I have looked at this. I find that all this query are accurate and not fuzzy query. How to do this?
Hello! Please take a look here http://docs.appery.io/documentation/b... (Queries on string values section)
Thanks!!!