Neoview Messages Manual (R2.2)

num1
is the number of columns specified for the left operand of
PARTITIONING_KEY option in the KEY_RANGE_COMPARE function.
num2 is the number of columns in the partitioning key of the table table-name.
table-name
is the name of the table on which the KEY_RANGE_COMPARE function is
used.
Cause You did not specify the correct number of columns in the left operand of the
PARTITIONING_KEY clause of the KEY_RANGE_COMPARE function so that the clause
matches the partitioning columns of table table-name.
Effect The operation failed.
Recovery In the left operand of the PARTITIONING_KEY clause of the
KEY_RANGE_COMPARE function, specify columns that match the partitioning columns of
table table-name.
SQL 4336
4336 Embedded operation statements are not allowed in a join operation.
Table in scope: table-names.
operation
is an INSERT operation.
table-names
are the names of HP Neoview database tables that are in scope.
Cause You attempted a join operation using an embedded INSERT statement.
Effect The operation failed.
Recovery Modify the statement and resubmit.
SQL 4337
4337 Use of a subquery in the WHERE clause of an embedded INSERT
statement is not supported.
Cause You attempted to run an embedded INSERT statement that contains a subquery in
its WHERE clause.
Effect The operation failed.
Recovery Modify the statement and resubmit.
SQL 4339
4339 Subqueries are not supported in the join predicate of Full Outer
Join.
Cause A subquery is specified in the join predicate of FULL OUTER JOIN.
Effect The query failed to compile.
Recovery Specify a join predicate for FULL OUTER JOIN that does not contain a subquery
and resubmit.
158 Binder and Compilation Messages (4000 Through 4999)