Sybase Error – Dropping all columns from table ‘%1’ is not allowed

In this blog post, you’ll learn more about the Sybase Error Dropping all columns from table ‘%1’ is not allowed and the reason for receiving this error

Sybase SQL Error Message

Dropping all columns from table ‘%1’ is not allowed

Reason for this Error

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.