When I tried to issue the following sentence
alter table my_table drop column my_column
I got the following message:
DB21034E The command was processed as an SQL statement because it was not a valid Command Line Processor command. During SQL processing it returned:
SQL0901N The SQL statement failed because of a non-severe system error. Subsequent SQL statements can be processed. (Reason "column number out of range".) SQLSTATE=58004
Could this be due to a certain number of columns? This table has 26 columns. I also made "alter table ... drop column ..." on tables with less columns and it worked fine.
Is there any workaround?
DB2 9 FP 2 on Windows Server 2003