Duplicate key on write or update? [duplicate]

Sorry guys, I found the problem. It is related to this post.

Which was hinted by rakeshjain.

It may be deleted as a duplicate post by admin.

The answer is, I had two CONSTRAINTS on different tables with the same name:

CONSTRAINT Update_ID_fk –> Changed one and problem solved.

Leave a Comment