Query using specific String in Database Column
Posted: Sat Feb 28, 2015 8:32 am
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?