Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Drop Column from a Table
What is the command for dropping a column of a table?
The ALTER TABLE command (in ORACLE8: The Complete Reference pg 996) shows
ALTER TABLE ..
...
...
DROP drop_clause
but I can't seem to find the way to drop a column.
Thanks,
Gene Berger
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Thu Dec 16 1999 - 13:21:23 CST
![]() |
![]() |