Thread
:
Crashing When Logging In
View Single Post
#
12
01-04-2016, 04:49 PM
Uleat
Developer
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
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
Uleat
View Public Profile
Send a private message to Uleat
Find all posts by Uleat