Hello every one.
I have installed DB2 on NT 2000 as a test system. Created a simple table with 4 columns. when I use the command center,
db2 connect to sample
its fine.
I have created the tabel mytable1 in Sample.
Using both the control center and the command processor, I simply can not drop any of these columns. I also tried the other tables, like emp and others, and the same thing.
Any idea?
I have used both
Alter table mytable1 drop col1
I know of the following. but my table is very simple, no primary key or constraints.
Also tried the following, even though I know it does not apply to to mytable.
If any one can help, I would appriciate it.
thank you so much
I have installed DB2 on NT 2000 as a test system. Created a simple table with 4 columns. when I use the command center,
db2 connect to sample
its fine.
I have created the tabel mytable1 in Sample.
Using both the control center and the command processor, I simply can not drop any of these columns. I also tried the other tables, like emp and others, and the same thing.
Any idea?
I have used both
Alter table mytable1 drop col1
I know of the following. but my table is very simple, no primary key or constraints.
Also tried the following, even though I know it does not apply to to mytable.
If any one can help, I would appriciate it.
thank you so much