Hi,
I have a table
test. It has a primary key column ID and a unique key column ID2. I want to drop the unique key from column ID2.
Alter table test drop unique (ID2); is not working. How do I achieve this.
Thanks.
[ March 02, 2006: Message edited by: ford Darcy Jr ]