HPE NonStop SQL/MX Error – 3104 Only the ADD option is allowed in a PARTITION clause in a CREATE TABLE statement.

In this blog post, let’s learn about the error message “3104 Only the ADD option is allowed in a PARTITION clause in a CREATE TABLE statement.” when working with HPE NonStop SQL/MX, the reason for the error and the solution to fix this error message.

Error Message

3104 Only the ADD option is allowed in a PARTITION clause in a CREATE TABLE statement.

Reason for the Error

You specified a CREATE TABLE statement with incorrect syntax. Only the ADD option is supported in a PARTITION clause.

Solution

Correct the syntax and resubmit