SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Parser and Compilation Messages (3000 through
3999)
HP NonStop SQL/MX Messages Manual—523730-004
5-25
SQL 3103
Cause. You specified a statement with duplicate PARTITION clauses.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3104
Cause. You specified a CREATE TABLE statement with incorrect syntax. Only the
ADD option is supported in a PARTITION clause.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3105
Cause. You attempted to specify an invalid partitioning method. Currently only range,
hash, and system partitioning are supported.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3106
Cause. You specified a statement with duplicate PRIMARY KEY clauses.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3107
Cause. You specified a statement with duplicate LIKE clauses.
3103 Duplicate PARTITION clauses were specified.
3104 Only the ADD option is allowed in a PARTITION clause in
a CREATE TABLE statement.
3105 Only range, hash and system partitioning are currently
supported.
3106 Duplicate PRIMARY KEY clauses were specified.
3107 Duplicate LIKE clauses were specified.