Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: drop column ?

Re: drop column ?

From: Marin Dimitrov <marin_at_sirma.bg>
Date: Fri, 23 Jun 2000 10:22:50 +0300
Message-Id: <10537.110225@fatcity.com>


> I'm new in Oracle 8i,
> can we drop a column from a table in oracle 8i ?
> does someone know how to do that ?

ALTER TABLE tab_name DROP (col_name) CASCADE CONSTRAINTS;

hope this helps,

    Marin


"The important thing for all of us is never look *at* the bars, look *through* them. Because if you keep looking *at* bars, you'll never get anything done, and you'll never have fun in life, any joy."

                                                  William Wharton, "Pride"
Received on Fri Jun 23 2000 - 02:22:50 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US