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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Primary keys don't work?

Re: Primary keys don't work?

From: C. R. Soza <crsoza_at_hotmail.com>
Date: 20 Sep 2001 00:16:04 -0700
Message-ID: <c18ea449.0109192316.1dd88a6e@posting.google.com>


If you are only selecting the column which is the PK, then the result could be fetched purely by doing an index read, hence it will be sorted. However, as the other reader said, the records in the table will not be sorted in the order of the PK. Try using an order by or ensure that you use the PK whilst doing your select. Received on Thu Sep 20 2001 - 02:16:04 CDT

Original text of this message

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