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

Error 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.