SQL Codes › SQL Return Codes -1 through -999 › -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.