MySQL Forums
Forum List  »  Newbie

Re: Adding a Y/N field to existing db
Posted by: Christian Hamel
Date: August 05, 2005 02:33PM

New entry yes. If you want to update all the existing records, simply issue an update command:

Update YourTable Set Field = 'Active';

Options: ReplyQuote


Subject
Written By
Posted
Re: Adding a Y/N field to existing db
August 05, 2005 02:33PM


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.