Neoview Messages Manual (Volume 1) (R2.4)
SQL 4342
4342 The specified window frame clause is not valid.
Cause The window frame clause specified was not valid.
Effect The operation fails.
Recovery Rewrite the query and use a valid window frame clause.
SQL 4343
4343 A Window Frame Clause cannot contain a FOLLOWING term, either
explicitly or implicitly.
Cause The window frame clause of a window function contains a FOLLOWING term.
Effect The operation fails.
Recovery Rewrite the query and exclude any FOLLOWING term.
SQL 4345
4345 Window and Sequence functions cannot be used together.
Cause Both the window and sequence function syntax were used together.
Effect The operation fails.
Recovery Rewrite the query to contain either a valid window frame clause or sequence
functions.
SQL 4346
4346 Window functions can be placed only in the select list.
Cause Window functions can be placed only in the select list.
Effect The operation fails.
Recovery Rewrite the query so that windows functions are placed only in the select list.
SQL 4350
4350 Invalid operation on view $0~Tablename: Long Running Updates are
not supported on views.
view-name
name of view on which the LRU was attempted.
Cause You attempted an LRU update operation on a view.
Effect The statement fails to execute.
Recovery Rewrite the statement to use an LRU delete on a base table or use a regular delete
on the view.
SQL 4351
4351 Set Transaction MULTI COMMIT option is only supported for DELETE
statements.
Cause MULTI COMMIT was specified on a statement other than DELETE.
Effect The statement fails to execute.
Recovery Use MULTI COMMIT ON with DELETE statement only.
SQL 4352
4352 SET TRANSACTION MULTI COMMIT ON is not compatible with the following
options: a) READ UNCOMMITTED isolation level, b) READ ONLY access mode,
and c) NO ROLLBACK ON option.
162 Binder and Compilation Messages (4000 Through 4999)