Neoview Messages Manual (R2.2)
Recovery Correct the syntax and resubmit.
SQL 4010
4010 There are no columns with the correlation name table name.
Cause You specified columns with the table name qualifier, which does not exist or is
not in scope at this point in the query.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 4011
4011 Reference made to column name via star (*) is ambiguous.
name
is the name of the column.
Cause You referred to column name using the SELECT * or SELECT TBL.* reference, and
the HP Neoview database software could not locate the column because the reference is
ambiguous.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 4012
4012 Column reference name must be a grouping column or be specified
within an aggregate. On this grouped table a star reference is not
allowed.
Cause You referred to column name with a SELECT * or SELECT TBL.* reference. Column
name must be a grouping column or be specified within an aggregate.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 4013
4013 Column name is a system column and cannot be updated or inserted
into.
Cause You attempted to update or insert into a system column name, which is not supported.
Effect The operation fails.
Recovery Correct the syntax to refer to a nonsystem column.
SQL 4014
4014 The operands of an INTERSECT must be of equal degree.
Cause You created an INTERSECT with operands of unequal degree. They must be equal.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 4015
4015 Aggregate functions are placed incorrectly: name.
Cause You used aggregate function name on an ungrouped table. For example, you used
an aggregate function in a predicate (WHERE or HAVING), but the aggregated columns come
from the local scope instead of an outer scope.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
127