mattyboi88
New Member
- Joined
- Jun 12, 2009
- Messages
- 86
- Reaction score
- 0
Hey,
Im trying to run the following query on my database,
DELETE FROM player_depotitems, player_items, tile_items WHERE itemtype = 2160; Im trying to remove an Item with that ID completely from the game, But im gettin the following error message. #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE itemtype = 2295' at line 1, Someone help me please?
Im trying to run the following query on my database,
DELETE FROM player_depotitems, player_items, tile_items WHERE itemtype = 2160; Im trying to remove an Item with that ID completely from the game, But im gettin the following error message. #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE itemtype = 2295' at line 1, Someone help me please?