Neoview Messages Manual (R2.3)
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.
SQL 4163
4163 GROUP BY is not supported for embedded name1 expression. Tables
in scope: name2.
Cause You attempted to perform a GROUP BY in conjunction with an embedded expression.
Effect The HP Neoview database software is unable to compile the statement.
Recovery Modify the statement and resubmit.
SQL 4164
4164 Outer relation of right join cannot be embedded name expression.
Tables in scope: name.
Cause You attempted to perform a right join using an embedded expression as the outer
relation.
Effect The HP Neoview database software is unable to compile the statement.
Recovery Modify the statement and resubmit.
SQL 4165
4165 Outer relation of right join cannot be stream expression. Tables
in scope: name.
Cause You attempted to perform a right join using a stream expression as the outer relation.
Effect The HP Neoview database software is unable to compile the statement.
Recovery Modify the statement and resubmit.
SQL 4166
4166 ORDER BY clause is not supported in UNION of two streams. Tables
in scope: name1, name2.
Cause You attempted to use an ORDER BY clause in the UNION of two streams.
Effect The HP Neoview database software is unable to compile the statement.
Recovery Modify the statement and resubmit.
SQL 4167
4167 Embedded operation statements are not supported in subqueries.
operation
is an INSERT operation.
Cause You attempted to perform a subquery that included an embedded INSERT statement.
Effect The operation failed.
Recovery Modify the statement and resubmit.
SQL 4168
4168 Stream expressions are not supported in subqueries.
Cause You attempted to perform a subquery that included a stream expression.
147