SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)
Parser and Compilation Messages (3000 through
3999)
HP NonStop SQL/MX Release 3.2 Messages Manual—691121-001
5-26
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.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3108
Cause. You specified a statement with both LIKE and STORE BY clauses, which is
not supported.
Effect. The operation fails.
Recovery. Correct the statement to include one of these clauses.
3105 Only range, hash, and system partitioning are currently
supported.
3106 Duplicate PRIMARY KEY clauses were specified.
3107 Duplicate LIKE clauses were specified.
3108 The LIKE clause and STORE BY clause cannot coexist in
the same statement.










