Drop UNIQUE key from a column
Posted: Tue Dec 29, 2009 9:10 am
how to Drop UNIQUE key from a column? what is the code ?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
ALTER TABLE tableName DROP INDEX IndexName;