Page 1 of 1

How to use like as the keyword to query?

Posted: Thu Feb 27, 2014 4:23 am
by Crystal

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?


How to use like as the keyword to query?

Posted: Thu Feb 27, 2014 4:42 am
by maxkatz

If you are using Appery.io Database, it has query API: http://docs.appery.io/documentation/b...


How to use like as the keyword to query?

Posted: Thu Feb 27, 2014 7:13 am
by Crystal

Hello,
I have looked at this. I find that all this query are accurate and not fuzzy query. How to do this?


How to use like as the keyword to query?

Posted: Thu Feb 27, 2014 11:47 am
by Maryna Brodina

Hello! Please take a look here http://docs.appery.io/documentation/b... (Queries on string values section)


How to use like as the keyword to query?

Posted: Fri Feb 28, 2014 2:06 am
by Crystal

Thanks!!!