[ad_1]
You must pass the value belongsId:
db.delete(TABLE_NAME, "BELONGS = '" + belongsId + "'", null);
5
[ad_2]
solved how I can delete multiple rows with same id like in android sqlite
[ad_1]
You must pass the value belongsId:
db.delete(TABLE_NAME, "BELONGS = '" + belongsId + "'", null);
5
[ad_2]
solved how I can delete multiple rows with same id like in android sqlite