Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Modify the order sequence
DA Morgan wrote:
> kevin.davis_at_kevincdavis.net wrote:
>> I have a question with regards to the order seqeunce.. I have data that >> is displayed by id numbers. The id numbers are 1,2,3,4,5,6,8,9,10 .. Is >> there a sql statement that will allow the id to sort like this: >> 1,2,8,3,4,5,6,9,10 ?
If that's the case he could just use the dbms_random package.
//Walt Received on Wed Sep 07 2005 - 11:06:33 CDT