HP Neoview Messages Manual page 153

Table of Contents

Advertisement

SQL 4138
4138 Use of a subquery in the WHERE clause of a DELETE [FIRST N]
statement is not supported.
Cause
A DELETE [FIRST N] statement has a subquery in the WHERE clause.
Effect
The statement does not compile.
Recovery
Either rewrite the statement without using a subquery, or do not use a DELETE
[FIRST N] type statement.
SQL 4139
4139 Use of a subquery in the WHERE clause of a Long Running Update
statement is not supported.
Cause
The user has specified MULTI COMMIT on a DELETE statement that contains a
subquery.
Effect
The statement does not compile.
Recovery
Either rewrite the statement without using a subquery, or resubmit the statement
without the MULTI COMMIT option.
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
The HP Neoview database software 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 nonupdatable view using stream access mode.
Effect
The HP Neoview database software is unable to compile the statement.
Recovery
Modify the statement and resubmit.
SQL 4152
4152 Table name cannot be both read and updated.
Cause
You attempted to read from and update the same table.
Effect
The HP Neoview database software is unable to compile the statement.
Recovery
Modify the statement and resubmit.
SQL 4153
4153 Statement may not compile due to an order requirement on stream
expression.
Cause
You attempted to compile a stream expression using an ORDER BY on columns that
do not define the prefix of the clustering key of the base table or of a secondary index.
Effect
The HP Neoview database software is unable to compile the statement.
Recovery
Create a secondary index whose clustering key materializes the order and resubmit.
153

Advertisement

Table of Contents
loading

Table of Contents