-545   THE REQUESTED OPERATION IS NOT ALLOWED BECAUSE A ROW DOES NOT SATISFY THE CHECK CONSTRAINT check-constraint

Explanation

Check constraint violations occurred on an INSERT, UPDATE, or MERGE statement. The resulting row violated the check constraint definition on the table.

System action

The INSERT, UPDATE, or MERGE statement cannot be executed. The contents of the table are unchanged.

Programmer response

Examine the data and the check constraint definition in the SYSIBM.SYSCHECKS catalog table to determine why the INSERT, MERGE, DELETE, or UPDATE statement was rejected. The data must be changed to satisfy the check constraint.

SQLSTATE

23513