Neoview Messages Manual (Volume 1) (R2.5)
Cause Multiple RANK functions with different expressions were specified.
Effect The statement fails.
Recovery Rewrite the query so that it does not contain multiple RANK functions with different
expressions.
SQL 4362
4362 Using ASC/DESC with sequence functions is not supported.
Cause ASC/DESC was specified in the expression of the RANK sequence function.
Effect The statement fails to prepare.
Recovery Rewrite the query so that it does not contain ASC/DESC in the argument of the
RANK sequence function.
SQL 4363
4363 Using Qualify clause without using rank function in the query is
not allowed.
Cause The QUALIFY clause was used, but no RANK function was included in the query.
Effect The statement fails to prepare.
Recovery Rewrite the query so that the query contains the RANK function if it contains the
QUALIFY clause.
SQL 4364
4364 Rank can be placed only in the select list or the qualify clause.
Cause The RANK function can be placed only in the SELECT list or the QUALIFY clause.
Effect The statement fails to prepare.
Recovery Rewrite the query so that the RANK function is placed only in the SELECT list or
the QUALIFY clause.
SQL 4365
4365 Using rank function and aggregate functions in the same scope is
not supported.
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.
168 Binder and Compilation Messages (4000 Through 4999)