I like this thread because I also wipe after being reliefed
Does that mean they wipe my logs??? Is there a way to back them up?? I don't want to lose my logs... *cries** derula lies down on a nearby Ulber fur and coils up, occasionally sobbing "no, not my logs..."
We need a new forum emoticon for "over your head" jokes, apparently
begin tranDELETE FROM characters;--rollback--commit
DELETE FROM characters;
Quote from: weltall on November 19, 2009, 04:42:36 pmDELETE FROM characters;Can't you start a poll for which query to use?My vote goes for DELETE FROM characters WHERE user_id != (SELECT id FROM users WHERE email = '')(okay this probably won't do what I want it to do; whatever you know what I mean)
BEGIN TRANDELETE FROM tCharacters join tAccounts ON tCharacters.account_id = tAccounts.account_idWHERE tAccounts.username = 'Nekos Account Name'--rollback--commit