RE: Remove PRIMARY KEY attribute

2002-01-03 Thread Rick Emery
ALTER TABLE mytable DROP PRIMARY KEY; -Original Message- From: TOMASSONI Dominique [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 03, 2002 8:34 AM To: 'MySQL_mailing_list' Subject: Remove PRIMARY KEY attribute Hi the list, I use MyISAM tables. How to remove the p

Remove PRIMARY KEY attribute

2002-01-03 Thread TOMASSONI Dominique
Hi the list, I use MyISAM tables. How to remove the primary key attribute from a column, without removing the column itself ? - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.my