MySQL Forums
Forum List  »  Newbie

Re: Adding to a Field
Posted by: Bob Field
Date: August 09, 2006 02:51PM

You could do it like this:
UPDATE Database1.Player1 SET Test1 = concat(Test1, ',5');
I have a vague suspicion you have some potential normalization issues, and also, are you creating a new table for each player?

Options: ReplyQuote


Subject
Written By
Posted
August 09, 2006 02:32PM
August 09, 2006 02:51PM
Re: Adding to a Field
August 09, 2006 02:51PM


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.