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

Home -> Community -> Usenet -> c.d.o.server -> Re: How to Drop a Primary key?

Re: How to Drop a Primary key?

From: Charles Crow <ccrow_at_erols.com>
Date: 1997/09/07
Message-ID: <01bcbb43$2b86f8c0$02020202@jt.crow>#1/1

This should work:
alter table <tablename> drop primary key cascade; Received on Sun Sep 07 1997 - 00:00:00 CDT

Original text of this message

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