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-39
SQL 4168
Cause. You attempted to perform a subquery that included a stream expression.
Effect. SQL/MX is unable to compile the statement.
Recovery. Modify the statement and resubmit.
SQL 4169
Cause. You attempted to perform a DECLARE... FOR UPDATE clause that included
an embedded DELETE statement.
Effect. SQL/MX is unable to compile the statement.
Recovery. Modify the statement and resubmit.
SQL 4170
Cause. You attempted to perform an insert statement that includes a stream
expression.
Effect. SQL/MX is unable to compile the statement.
Recovery. Modify the statement and resubmit.
SQL 4171
Cause. You attempted to perform an INSERT that included an embedded statement.
Effect. SQL/MX is unable to compile the statement.
Recovery. Modify the statement and resubmit.
4168 Stream expressions are not supported in subqueries.
4169 Embedded delete statements are not allowed when using
DECLARE ... FOR UPDATE clause.
4170 Stream expressions are not supported for insert
statements.
4171 Embedded name statements are not supported in INSERT
statements.