Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Deleting a column from a table ?
Hi,
With Oracle 8i, you can delete the column by typing:
ALTER TABLE Table_name DROP COLUMN Column_name
Regards
Hans Rytter wrote:
> Hi.
> Is it possible to delete a column from a table, alternatively is it
> possible to alter the name of a column ???
>
> My db is a ver. 7.3 Oracle.
>
> /Hans.
Received on Tue Apr 10 2001 - 10:41:49 CDT
![]() |
![]() |