SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Binder and Compilation Messages (4000 through
4999)
HP NonStop SQL/MX Messages Manual—523730-004
6-4
SQL 4009
Cause. You specified an aggregate inside an aggregate function.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 4010
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
Where name is the name of the column.
Cause. You referred to column name using the SELECT * or SELECT TBL.*
reference, and SQL/MX could not locate the column because the reference is
ambiguous.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 4012
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.
4009 An aggregate is not allowed inside an aggregate
function.
4010 There are no columns with the correlation name table
name.
4011 Reference made to column name via star (*) is ambiguous.
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.