View Single Post
  #7  
Old 08-28-2019, 05:46 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Code:
DELETE FROM `lootdrop_entries`
WHERE `item_id` IN (
  SELECT `id` FROM `items` WHERE `Name` LIKE 'Ornate Defiant%' 
);
With something like that, you can tailor the inner query to your desires before you ever run the outer one.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote