Error 124

"More columns are being dropped from table '%1' than are defined"

Item Description

SQLCode

-124L

Constant

TOO_MANY_COLUMNS_DELETED

SQLState

42W44

ODBC 2 State

37000

ODBC 3 State

42000

Sybase Error Code

2253

Severity Code

16

Parameter 1

Name of the table from which the columns could not be dropped.

Probable cause

The number of columns in a table can never fall below one. Your ALTER TABLE has more drop/delete column clauses than the current number of columns in the table.


Created April 27, 2010. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com