Mysql: How to drop a Unique Constraint? 
ALTER TABLE `test_table` DROP INDEX `subject`
where test_table is the table name and subject is the column name

[ add comment ]   |  permalink  |   ( 2.9 / 148 )

| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | Next> Last>>