Previous Topic: -260 - UNIQUE CONSTRAINT constraint-name DUPLICATES KEY key-nameNext Topic: -262 - REFERENCING TABLE xxx.xxx IN CHECK-RELATED STATE


-261 - UNIQUE constraint-name COLUMN column-name NOT FOUND

Explanation

Column(s) of the unique constraint are not defined in the table.

The SQLSTATE that equates to this SQL return code is 42703.

User Response

Use the column(s) defined in the table.