Error 124

Message text

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

Item

Value

SQLCode

-124

Constant

SQLE_TOO_MANY_COLUMNS_DELETED

SQLState

42W44

ODBC State

42000

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.