SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)

Binder and Compilation Messages (4000 through
4999)
HP NonStop SQL/MX Release 3.2 Messages Manual691121-001
6-41
SQL 4173
Cause. You attempted to perform a top-level UPDATE statement that included a
stream expression.
Effect. NonStop SQL/MX is unable to compile the statement.
Recovery. Modify the statement and resubmit.
SQL 4174
Cause. The SQL/MX compiler could not reorder the join tree because the
JOIN_ORDER_BY_USER directive is in effect.
Effect. NonStop SQL/MX is unable to compile the statement.
Recovery. Disable the JOIN_ORDER_BY_USER directive and resubmit.
SQL 4175
Cause. You attempted to perform a join between two embedded expressions.
Effect. NonStop SQL/MX is unable to compile the statement.
Recovery. Modify the statement and resubmit.
SQL 4176
Cause. You attempted to perform a join between a stream expression and an
embedded expression.
Effect. NonStop SQL/MX is unable to compile the statement.
Recovery. Modify the statement and resubmit.
4173 Stream expression is not supported for top level UPDATE
statements.
4174 JOIN_ORDER_BY_USER prevented compiler from reordering
query tree.
4175 Join between embedded name1 expression and embedded
name2 expression is not supported. Tables in scope: name3.
4176 Join between stream expression and embedded name1
expression is not supported. Tables in scope: name2.