For Specific Furni:
Code:SELECT * FROM `catalog_items` WHERE `item_id` = 'ID'
Find ALL Repeats:
Code:SELECT *, COUNT(*) As NumOfTimes FROM catalog_items GROUP BY item_id HAVING COUNT(*) > 1
Scroll all the way to the right. It shows that there is x entries of it , it's selecting one row. Open a other query and run the specific furni query to get all x results and delete the ones you wish to deleteYou must be registered for see images attach
How do I view the multiple furni as it is only showing one entry of it?