Neoview Messages Manual (R2.2)

SQL 3147
3147 In an IN predicate whose right operand is a value list, the left
operand must be scalar (degree of one).
Cause You specified an IN predicate whose right operand is a value list but whose left
operand is not scalar, which is required.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3148
3148 Environment variable value is being ignored because this version
of the code is Release, not Debug. Actual query results will likely not
match expected results.
value
is the environment variable value specified.
Cause The HP Neoview database software is ignoring the environment variable you specified.
Query results might not match expected results.
Effect None.
Recovery Informational message only; no corrective action is needed.
SQL 3149
3149 Duplicate WITH CONSTRAINTS phrases were specified in LIKE clause
in CREATE TABLE statement.
Cause The WITH CONSTRAINTS phrase appears multiple times within the LIKE clause
of the CREATE TABLE statement, which is not supported.
Effect The operation fails.
Recovery Remove the duplicate WITH CONSTRAINTS phrases.
SQL 3150
3150 Duplicate WITH HEADING phrases were specified in LIKE clause in
CREATE TABLE statement.
Cause The WITH HEADINGS phrase appears multiple times within the LIKE clause of the
CREATE TABLE statement, which is not supported.
Effect The operation fails.
Recovery Remove the duplicate WITH HEADINGS phrases.
SQL 3151
3151 Duplicate WITH HORIZONTAL PARTITIONS phrases were specified in
LIKE clause in CREATE TABLE statement.
Cause The WITH HORIZONTAL PARTITIONS phrase appears multiple times within the
LIKE clause of the CREATE TABLE statement, which is not supported.
Effect The operation fails.
Recovery Remove the duplicate WITH HORIZONTAL PARTITIONS phrases.
SQL 3153
3153 The FIRST KEY clause is not allowed with hash or hash2 partitioning.
Cause You attempted to use the FIRST KEY clause with hash or hash2 partitioning, which
is not supported.
Effect The operation fails.
106 Parser and Compilation Messages (3000 Through 3999)