Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Query sorting without Order by
> You can get the rows back in the order of the index like this :
>
> select /*+ INDEX (MY_TABLE_X, MY_TABLE) */ *
> from MY_TABLE
>
From where do you have that? /* and */ are reserved for remarks.
Regards
Nicolas
Received on Mon Feb 05 2001 - 13:53:38 CST
![]() |
![]() |