gyroguevarra Posted December 5, 2013 Group: Members Topic Count: 55 Topics Per Day: 0.01 Content Count: 107 Reputation: 1 Joined: 09/17/13 Last Seen: October 26, 2014 Share Posted December 5, 2013 i want to delete items because its exploits. And its so many. Quote Link to comment Share on other sites More sharing options...
Emistry Posted December 5, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Thursday at 04:49 PM Share Posted December 5, 2013 maybe you might want to refer this ?? http://www.w3schools.com/sql/sql_delete.asp Quote Link to comment Share on other sites More sharing options...
gyroguevarra Posted December 5, 2013 Group: Members Topic Count: 55 Topics Per Day: 0.01 Content Count: 107 Reputation: 1 Joined: 09/17/13 Last Seen: October 26, 2014 Author Share Posted December 5, 2013 I dont know what to type in here DELETE FROM table_name WHERE some_column=some_value; should be like this DELETE FROM `auction` WHERE nameid=512; DELETE FROM `cart_inventory` WHERE nameid=512; DELETE FROM `guild_storage` WHERE nameid=512; DELETE FROM `inventory` WHERE nameid=512; DELETE FROM `mail` WHERE nameid=512; DELETE FROM `storage` WHERE nameid=512; ?? I cant understand I dont know what table. Becausse im newbie Quote Link to comment Share on other sites More sharing options...
PokemonRO Posted December 15, 2013 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 63 Reputation: 3 Joined: 07/12/12 Last Seen: December 30, 2013 Share Posted December 15, 2013 DELETE FROM item_db WHERE ID=21234; That will delete item ID 21234 from item_db table Quote Link to comment Share on other sites More sharing options...
Question
gyroguevarra
i want to delete items because its exploits. And its so many.
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.