I want to write a Query to delete a row from the table. I am confused of writing the statement. I need some help in writing this. I am providing my requirement here with pla
a better way would be to use
String where = "value1 = ?" + " AND value2 = ?" + " AND value3 = ?"; String[] whereArgs = {string1,string2,string3};