Collection Contents Index Definition for alias '%1' must appear before its first reference Next PDF

SQL Anywhere® 10 - Error Messages  > Database Error Messages  > Alphabetic list of error messages

Derived table '%1' has no name for column %2


Item

Value

Constant

SQLE_NO_COLUMN_NAME

ODBC 2 State

37000

ODBC 3 State

42000

Parameter 1

Name of the derived table.

Parameter 2

Number of the column for which there is no name.

Severity

16

SQLCODE

-163

SQLSTATE

52004

Sybase error code

209

Probable cause

The specified column of the derived table has no column name. Use a select list alias in the query specification or use a derived columns specifier.


Collection Contents Index Definition for alias '%1' must appear before its first reference Next PDF