In this blog post, let’s learn about the error message “3414 For an IDENTITY column column-name, the tuple list cannot have mixed user specified and default values. Specify values for all or specify DEFAULT for all.” when working with HPE NonStop SQL/MX, the reason for the error and the solution to fix this error message.
Error Message
3414 For an IDENTITY column column-name, the tuple list cannot have mixed user specified and default values. Specify values for all or specify DEFAULT for all.
Reason for the Error
Both user-specified and DEFAULT values were provided in a tuple list for the IDENTITY column.
Solution
Specify values for all the tuples in the list or DEFAULT for all the tuples in the list, and resubmit the statement