Hi
I have problem to drop(delete) a column from a table.
I wrote:
SQL> alter table myLang drop column abc;
While "myLang is the table name and "abc" is the column name. I got an error message:
alter table myLang drop column abc
*
Error with row 1:
ORA-00905: missing keyword
How should I write the correct command?
I run oracle8 on a Linux(Unix type) platform.
Regards
Zhao Yue
I have problem to drop(delete) a column from a table.
I wrote:
SQL> alter table myLang drop column abc;
While "myLang is the table name and "abc" is the column name. I got an error message:
alter table myLang drop column abc
*
Error with row 1:
ORA-00905: missing keyword
How should I write the correct command?
I run oracle8 on a Linux(Unix type) platform.
Regards
Zhao Yue