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: Creating a sorted table

RE: Creating a sorted table

From: Christopher Spence <cspence_at_FuelSpot.com>
Date: Wed, 30 May 2001 08:19:13 -0700
Message-ID: <F001.003139A6.20010530081648@fatcity.com>

That
is version specific, but you can use an index hint to do this in older versions.
 
"Walking on water and developing software from a specification are easy if both are frozen." Christopher R. Spence <FONT
face="Comic Sans MS" size=2>Oracle DBA <FONT face="Comic Sans MS" size=2>Fuelspot

  <FONT face=Tahoma
  size=2>-----Original Message-----From: Vijay_Krishna   [mailto:Vijay_Krishna_at_satyam.com]Sent: Tuesday, May 29, 2001 7:00   AMTo: Multiple recipients of list ORACLE-LSubject: RE:   Creating a sorted table
  Hi <FONT face=Arial
  color=#0000ff size=2>infact creating the table as sorted data from another   table works with oracle 8.1.6.3.0 as: <FONT face=Arial   color=#0000ff size=2>  <FONT face=Arial color=#0000ff   size=2>create table agrs as
  select * from agreements <FONT face=Arial color=#0000ff   size=2>order by agr_agreement_number desc;   Is this OK??
  Vijay   

Received on Wed May 30 2001 - 10:19:13 CDT

Original text of this message

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