-
Status: Pooping
Function to clean data in tables..
Hi, I google'd and didn't found the results I wanted.. Does anyone know here how to clean up all the tables in a database like GunzDB?
The most tables I can delete all the inserted values, but in some others I can't like: Account, Character
Who knows how delete the data inside it:O
-
-
DRGunZ 2 Creator
Re: Function to clean data in tables..
what exactly do you want deleted?
-
Status: Pooping
Re: Function to clean data in tables..
Character Tables and Account tables, I already deleted the values of the Tables, but I think that there is a way easy'er than I did.
I deleted the keys at AID and CID and than deleted all rows and than I added the Keys again ô.ô
-
Account Upgraded | Title Enabled!
Re: Function to clean data in tables..
"DELETE * FROM table_name WHERE 1=1" I guess it would work.
-
Freelance GunZ Developer
Re: Function to clean data in tables..