This table is actually an index of a table.
I get this error when trying to so the command
Incorrect syntax near the keyword 'table'.
Update table PK_members set <column_name> = 'true' where <column_name> = 'false';
How can I just create and index that will set the column Unique key to true
Main Topics
Browse All Topics





by: anokun7Posted on 2007-01-11 at 19:13:04ID: 18298771
Update table PK_members set <column_name> = 'true' where <column_name> = 'false';
Anoop