(Contents)(Previous)(Next)

250 DUPLICATE SECONDARY KEY

Explanation:

There is already a table row with the specified secondary key. UNIQUE was specified for the secondary key.

User Action:

Correct the value of the secondary key to be inserted in the SQL statement in order to avoid a key value collision.

The error message specifies the column or multiple-column index already containing the specified values.


(Contents)(Previous)(Next)