I need to remove data from a table that has some common data like delete all rows from a table where the field age is 25. I found a way in iOS API using removeAll method and the where clause, but I could not find anything equivalent in Android API.
Is there a way to do that?