Help for this page

Select Code to Download


  1. or download this
    delete from testDBRepCats where repCatID = ?
    
  2. 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'
    
  3. 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 = ?