- or download this
delete from testDBRepCats where repCatID = ?
- or download this
delete r.* from testDBRepCats r, testDBToMCQDB m, testDB t, clients c
+where r.repCatID = m.repCatID and m.testDigest = t.testDigest and t.c
+lientID = c.clientID and c.drone != '$drone'
- or download this
delete r.* from testDBRepCats r, testDBToMCQDB m, testDB t, clients c
+where r.repCatID = m.repCatID and m.testDigest = t.testDigest and t.t
+estDigest = ?