Mysql: How to drop a Unique Constraint?
Thursday, June 3, 2010, 03:34 AM -
MySQLPosted by Administrator
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>>