![HP Neoview Messages Manual Download Page 133](http://html.mh-extra.com/html/hp/neoview-messages/neoview-messages_manual_165138133.webp)
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.
133
Summary of Contents for Neoview Messages
Page 12: ...12 ...
Page 66: ...66 ...
Page 129: ...Recovery Supply the input values for the IDENTITY column 129 ...
Page 130: ...130 ...
Page 172: ...172 ...
Page 178: ...178 ...
Page 184: ...184 ...
Page 238: ...238 ...
Page 266: ...266 ...
Page 268: ...268 ...
Page 350: ...350 ...
Page 378: ...378 ...
Page 384: ...384 ...
Page 400: ......