I am not able to figure out the exact query for ‘Where’ clause with multiple conditions.I would like to have a where clause by satisfying two conditions.I had tried few combinations, but no luck.Below is the code which i am using now,
Kindly let me know, how to write where clause for multiple conditions.
My requirement
I had integrated couch db in my mail app, i will be logged in with two different accounts.If i want to retrieve the data, i will be querying it based on the folder and email id which i stored.Kindly let me know what are the things needed to be added in my query.
Well, that’s not valid Objective-C syntax; you can’t put “and” in between two method calls. You need to create an ‘and’ expression using the builder API.