Neoview Messages Manual (Volume 1) (R2.4)

name
is the name specified in the operation.
Cause You specified an invalid name name, which must have three or fewer parts.
catalog.schema.table is valid. catalog.schema.table.name is invalid.
Effect The operation fails.
Recovery Correct the name and resubmit.
SQL 3012
3012 COUNT is the only aggregate function that accepts (*) as an operand.
Cause You submitted an AVG or other aggregate function that does not allow (*) as an
operand. Only COUNT allows you to use (*).
Effect The operation fails.
Recovery Remove the (*) operand and resubmit.
SQL 3013
3013 Subtraction is the only operation allowed in the parenthesized
expression preceding an interval qualifier.
Cause You specified an expression with invalid syntax. Only subtraction is supported in the
parenthesized expression that precedes an interval qualifier.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 3014
3014 Precision of numeric, value, cannot exceed 18.
Cause You defined a numeric item, value, with precision greater than 18, which is not
supported.
Effect The operation fails.
Recovery Redefine the item with a precision value of 18 or less.
SQL 3015
3015 Scale value cannot exceed precision value.
Cause You defined a scale value with greater precision than the HP Neoview database
software allows.
Effect The operation fails.
Recovery Redefine the scale with a precision value less than or equal to the allowable value.
SQL 3016
3016 Precision of decimal, value, cannot exceed 18.
Cause You gave a decimal item, value, with precision greater than 18, which is not
supported.
Effect The operation fails.
Recovery Redefine the item with a precision value of 18 or less.
SQL 3017
3017 An unsigned integer was expected, not value.
Cause You specified an unexpected value, value. The HP Neoview database software
requires an unsigned integer.
Effect The operation fails.
87