Neoview Messages Manual (R2.2)

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.
SQL 4162
4162 GROUP BY is not supported for stream expression. Tables in scope:
name.
Cause You attempted to perform a GROUP BY in conjunction with a stream expression.
Effect The HP Neoview database software is unable to compile the statement.
Recovery Modify the statement and resubmit.
148 Binder and Compilation Messages (4000 Through 4999)