android - Delete multiple rows from a Database -
i have delete database rows in particular field contains particular value. example need cancel rows field name = "ricky". should implement it. have found: mydb.delete(table_name,"name", "ricky"); says method delete not applicable arguments (string, string, string)...what modify? in way method check rows of db or have implement cicle every row?
Comments
Post a Comment