SQL/MX 2.x Messages Manual (G06.24+, H06.03+)

Binder and Compilation Messages (4000 through
4999)
HP NonStop SQL/MX Messages Manual523730-004
6-37
SQL 4160
Cause. You attempted to perform an intersection between two embedded
expressions.
Effect. SQL/MX is unable to compile the statement.
Recovery. Modify the statement and resubmit.
SQL 4161
Cause. You attempted to perform a union between two embedded expressions.
Effect. SQL/MX is unable to compile the statement.
Recovery. Modify the statement and resubmit.
SQL 4162
Cause. You attempted to perform a GROUP BY in conjunction with a stream
expression.
Effect. SQL/MX is unable to compile the statement.
Recovery. Modify the statement and resubmit.
SQL 4163
Cause. You attempted to perform a GROUP BY in conjunction with an embedded
expression.
Effect. SQL/MX is unable to compile the statement.
Recovery. Modify the statement and resubmit.
4160 Intersection between embedded name1 expression and
embedded name2 expression is not supported. Tables in scope:
name3, name4.
4161 Union between embedded name1 expression and embedded
name2 expression not supported. Tables in scope: name3,
name4.
4162 GROUP BY is not supported for stream expression. Tables
in scope: name.
4163 GROUP BY is not supported for embedded name1 expression.
Tables in scope: name2.