MySQL Forums
Forum List  »  MySQL Query Browser

Re: cannot set primary key
Posted by: Markus Popp
Date: October 18, 2005 04:11PM

alter table table_name add primary key (column1[, column2, ...]);

--
Markus Popp, Web Developer, mysql.com
Oracle Austria

Options: ReplyQuote


Subject
Written By
Posted
October 16, 2005 11:32PM
Re: cannot set primary key
October 18, 2005 04:11PM


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.