Neoview Messages Manual (R2.2)
SQL 4130
4130 SIGNAL parameter 3 must be of type string
Cause You specified a SIGNAL parameter of an incorrect type.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 4133
4133 Both trim character and source have to be CHARACTER type.
Cause The type of the trim source and trim character is not CHARACTER.
Effect The operation fails.
Recovery Ensure that the type of the source and trim character is CHARACTER.
SQL 4134
4134 The operation (name) is not allowed. Try UNION ALL instead.
Cause You attempted to perform an operation that the HP Neoview database software 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 4136
4136 An outer SELECT was used in a DELETE [FIRST N] statement without
using the [LAST 1] clause.
Cause An outer SELECT was used in a Delete [FIRST N] statement without using the
[LAST 1] clause.
Effect The statement does not compile.
Recovery Use a [LAST 1] clause in the outer SELECT.
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.
146 Binder and Compilation Messages (4000 Through 4999)