Neoview Messages Manual (R2.2)

*** ERROR[4111] The query contains a SEQUENCE BY clause but
no sequence functions.
*** ERROR[8822] Unable to prepare the statement.
Correct the syntax with one of these:
>>select a, runningavg(c) from T1 sequence by a;
>>select a from T1 order by a;
SQL 4112
4112 Absolute and relative sampling cannot occur in the same BALANCE
expression.
Cause You attempted to perform absolute and relative sampling in the same balance
expression, which is not supported.
Effect The HP Neoview database software is unable to prepare the query.
Recovery Correct the syntax and resubmit.
SQL 4113
4113 The sample size for type Sampling must be size type.
Cause You specified an invalid combination of sample type and sample size type.
Effect The HP Neoview database software is unable to prepare the query.
Recovery Correct the syntax and resubmit.
SQL 4114
4114 An absolute sample size must have a scale of zero.
Cause You specified an absolute sample size with a scale greater than zero, which is not
supported.
Effect The HP Neoview database software is unable to prepare the query.
Recovery Correct the syntax and resubmit.
SQL 4115
4115 The sample size must be less than or equal to the sample period.
Cause You specified a sample size that is greater than the sample period. It must be less
than or equal to the sample period.
Effect The HP Neoview database software is unable to prepare the query.
Recovery Correct the syntax and resubmit.
SQL 4116
4116 The second operand of function name is not valid.
Cause You specified an invalid operand for the second operand of function name. For
example, a numeric literal operand (for example, 9999999999999999999) cannot be represented
as a valid compile-time constant value.
Effect The operation fails.
Recovery Correct the syntax and resubmit. In this example, you would replace the numeric
literal with a smaller numeric literal operand that can be represented as a valid compile-time
constant value.
142 Binder and Compilation Messages (4000 Through 4999)