Neoview Messages Manual (R2.3)
SQL 4156
4156 Inner relation of left join cannot be embedded command name. Tables
in scope: name.
Cause You attempted to perform a left join using the result set of an embedded UPDATE
or DELETE as the inner relation.
Effect The operation fails.
Recovery Modify the statement and resubmit.
SQL 4157
4157 Inner relation of left join cannot be stream expression. Tables
in scope: name.
Cause You attempted to perform a left join using the result set of a stream expression as
the inner relation.
Effect The HP Neoview database software is unable to compile the statement.
Recovery Modify the statement and resubmit.
SQL 4158
4158 Join of stream expressions is not supported. Tables in scope: name.
Cause You attempted to perform a join of stream expressions.
Effect The HP Neoview database software is unable to compile the statement.
Recovery Modify the statement and resubmit.
SQL 4159
4159 Intersection of stream expressions is not supported. Tables in
scope: name.
Cause You attempted to perform an intersection of stream expressions.
Effect The HP Neoview database software is unable to compile the statement.
Recovery Modify the statement and resubmit.
SQL 4160
4160 Intersection between embedded name1 expression and embedded name2
expression is not supported. Tables in scope: name3, name4.
Cause You attempted to perform an intersection between two embedded expressions.
Effect The HP Neoview database software is unable to compile the statement.
Recovery Modify the statement and resubmit.
SQL 4161
4161 Embedded INSERT, UPDATE or DELETE statement is not allowed in a
UNION operation. Tables in scope: table-names1, table-names2.
table-names1 and
table-names2
are names of HP Neoview database tables that are in
scope.
Cause You attempted to perform a union operation that has an embedded INSERT, UPDATE,
or DELETE statement.
Effect The operation failed.
Recovery Modify the statement and resubmit.
146 Binder and Compilation Messages (4000 Through 4999)