How can i build a query in Android to fetch items where a string field is in a specific length.
for example: I have a table of Items, each object has the field ‘itemName’.
now I want to fetch only items where the field ‘itemName’ is greater than 3 characters and less than 10 character.
Thanks