Neoview Messages Manual (Volume 1) (R2.4)

Recovery Correct the syntax and resubmit.
SQL 3102
3102 Duplicate PARALLEL EXECUTION clauses were specified.
Cause You specified a statement with duplicate PARALLEL EXECUTION clauses.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3103
3103 Duplicate PARTITION clauses were specified.
Cause You specified a statement with duplicate PARTITION clauses.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3104
3104 Only the ADD option is allowed in a PARTITION clause in a CREATE
TABLE statement.
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
3105 Only range, hash, hash2 and system partitioning are currently
supported.
Cause You attempted to specify an invalid partitioning method. Currently only range, hash,
hash2, and system partitioning are supported.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3106
3106 Duplicate PRIMARY KEY clauses were specified.
Cause You specified a statement with duplicate PRIMARY KEY clauses.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3107
3107 Duplicate LIKE clauses were specified.
Cause You specified a statement with duplicate LIKE clauses.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3108
3108 The LIKE clause and STORE BY clause cannot coexist in the same
statement.
Cause You specified a statement with both LIKE and STORE BY clauses, which is not
supported.
100 Parser and Compilation Messages (3000 Through 3999)