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 -> Reorder Primary Key - any problem?

Reorder Primary Key - any problem?

From: t53864 <t53864_at_yahoo.com>
Date: 2 Sep 2004 06:05:06 -0700
Message-ID: <9e76ab37.0409020505.501f06d7@posting.google.com>


I need to reorder the primary key of a table. Say,

   Primary Key (field1, field2)

changed to:

   Primary Key (field2, field1)

Would like to know if this creates any problem to the database? Received on Thu Sep 02 2004 - 08:05:06 CDT

Original text of this message

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