MySQL Forums
Forum List  »  Newbie

Re: need to delete constraint
Posted by: David Shrewsbury
Date: August 11, 2006 01:09PM

ALTER TABLE `attributes` DROP FOREIGN KEY `attributes_ibfk_1`;

http://dev.mysql.com/doc/refman/5.0/en/alter-table.html

-Dave

Options: ReplyQuote


Subject
Written By
Posted
August 11, 2006 01:01PM
Re: need to delete constraint
August 11, 2006 01:09PM


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.