Page 1 of 1

Drop UNIQUE key from a column

Posted: Tue Dec 29, 2009 9:10 am
by thefarhan
how to Drop UNIQUE key from a column? what is the code ?

Re: Drop UNIQUE key from a column

Posted: Tue Dec 29, 2009 9:27 am
by Darhazer

Code: Select all

ALTER TABLE tableName DROP INDEX IndexName;