View Single Post
  #12  
Old 01-04-2016, 04:49 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

You can try this one too..looks for inventory items not in the items table:
Code:
SELECT * FROM `inventory` WHERE `itemid` NOT IN (SELECT `id` FROM `items`);
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote