Crystal
Posts: 0
Joined: Mon Nov 25, 2013 8:49 am

How to use like as the keyword to query?

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?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How to use like as the keyword to query?

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

Crystal
Posts: 0
Joined: Mon Nov 25, 2013 8:49 am

How to use like as the keyword to query?

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

How to use like as the keyword to query?

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

Crystal
Posts: 0
Joined: Mon Nov 25, 2013 8:49 am

How to use like as the keyword to query?

Thanks!!!

Return to “Issues”