hi
1-first u have to select the rowid for this rows
using flowing code:
select rowid from <table_name> where <condition >
2- delete from <table_name> where rowid=<choose the rowid from previous query>
3-commit