Poll David
Posts: 0
Joined: Sat Jan 24, 2015 5:22 am

Query using specific String in Database Column

I have a a collection that has a Column name TYPES (string property)

Ex:

Row1 : cafe,food,establishment

Row2 : atm,finance,establishment

Row3 : gas_station,establishment

Note: This are strings

On my Where Query, I just want to return the row with the word ATM in it so what I want to return is ROW2 only.

Is this possible?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Query using specific String in Database Column

Hi -

You will need to create such query, like for example with regular expression: http://devcenter.appery.io/documentat...

Return to “Issues”