Collection Contents Index Number of columns allowing NULLs exceeds limit Next PDF

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

Number of columns defined for the view does not match SELECT statement


Item

Value

Constant

SQLE_VIEW_DEFINITION_ERROR

ODBC 2 State

21S02

ODBC 3 State

21S02

Severity

20

SQLCODE

-114

SQLSTATE

53011

Sybase error code

4409

Probable cause

You attempted to create a view, but the column list specified as part of the CREATE VIEW statement does not correspond to the list of items in the view's SELECT statement.


Collection Contents Index Number of columns allowing NULLs exceeds limit Next PDF