Neoview Messages Manual (Volume 1) (R2.4)
Cause You used the RANK function with aggregate functions.
Effect The statement fails to prepare.
Recovery Rewrite the query so that it does not contain the RANK and aggregate functions
in the same scope.
SQL 4366
4366 Invalid Select list index
Cause An invalid SELECT list index is used in the GROUP BY clause.
Effect The statement fails to prepare.
Recovery Rewrite the query so that it does not contain an invalid SELECT list index.
SQL 4367
4367 Using rank function and sequence functions together in the same
query scope is not supported.
Cause The RANK non-sequence function and sequence functions are specified in the same
query scope.
Effect The statement fails to prepare.
Recovery Rewrite the query so that it does not contain the RANK non-sequence function
and sequence functions in the same scope.
SQL 4368
4368 Nesting rank functions is not supported.
Cause The query contains nested RANK functions.
Effect The statement fails to prepare.
Recovery Rewrite the query so that it does not contain nested RANK functions.
SQL 4369
4369 Parameters and outer references are not supported with rank
function.
Cause A parameter or an outer reference was specified in the RANK function argument.
Effect The statement fails to prepare.
Recovery Rewrite the query so that it does not contain parameters or outer references in the
RANK function.
164 Binder and Compilation Messages (4000 Through 4999)