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?
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!!!