Previous Topic Next topic Print topic


X221: ALTER TABLE PRIMARY KEY requires existing unique index.

The ALTER TABLE statement is invalid because the table does not have a unique index with a key that is identical to the nominated PRIMARY KEY. Make sure the key list specified on the ALTER TABLE statement identifies an existing unique index of the table.

Previous Topic Next topic Print topic