MySQL Forums
Forum List  »  Newbie

Deleting an entry?
Posted by: Joseph La Gasse
Date: May 21, 2005 01:25PM

I am using v4.0.20, and I need to figure out how to delete an entry. The database is for a game server I run. It is private, and so I have to add and remove members manually. Here is what I enter to add a person;

INSERT INTO Permissions VALUES ('Sue', 'PRIVATE');

I have never had to remove a player until now! How would I go about removing this entry? Extreme n00b here, but I can follow instructions pretty good!

Thanks!!

Options: ReplyQuote


Subject
Written By
Posted
Deleting an entry?
May 21, 2005 01:25PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.