HP NonStop SQL/MX Messages Manual page 221

Table of Contents

Advertisement

Binder and Compilation Messages (4000 through
4999)
SQL 4134
4134 The operation (name) is not allowed.
instead.
Cause. You attempted to perform an operation that NonStop SQL/MX does not allow.
Effect. The operation fails.
Recovery. Try a UNION ALL operation and resubmit.
SQL 4135
4135 In an INSERT-SELECT, each column in the ORDER BY clause
must be one of the columns in the selected list of the query.
Column in error: B.
Cause. You tried to SQL-compile an INSERT-SELECT statement that specified an
ORDER BY column that is not in the select list of the query.
Effect. The operation fails.
Recovery. Omit the ORDER BY clause or specify an ORDER BY column that is also
in the select list of the INSERT-SELECT query and resubmit.
SQL 4150
4150 Primary key of table expression name must be used for
join with embedded operation expression. Tables in scope:
name.
Cause. You performed an embedded DELETE or UPDATE and are now attempting to
join the result set of whatever that operation was with the result set of another
expression. You did not use the primary key of the second expression for your join. You
must use the primary key to prevent returning multiple rows being returned for a single
deleted or updated row.
Effect. NonStop SQL/MX is unable to compile the statement.
Recovery. Modify the WHERE clause to use the primary key of the table expression.
SQL 4151
4151 Stream access is supported only on updatable views.
View: table name.
Cause. You attempted to access a nonupdateable view using stream access mode.
Effect. NonStop SQL/MX is unable to compile the statement.
HP NonStop SQL/MX Messages Manual—640324-001
6- 35
Try UNION ALL

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Nonstop sql/mx 3.0

Table of Contents