I have created a table like below:
ID Name Phone Address
-----------------------------
1 xyz 980 abc
2 sdf 382 sdff
3 hdj 322 abc
4 jks 346 abc
5 sdfd 344 abc
I want to delete all records which is having Address = "abc" and Phone = {"980", "346", "322"}
How can I fulfill the above query in Android SQLite?
should it be enough?
in case you want to do it via delete method, then i assume you may do it by: