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 -> ORDER SIBLINGS BY

ORDER SIBLINGS BY

From: Min Kim <min_at_freshmin.com>
Date: 19 Aug 2002 15:22:37 -0700
Message-ID: <61521e25.0208191422.2e4c1ad4@posting.google.com>


Are there any ways to simulate "Order siblings by" in 8i?

select id,parent,name,level,display_order from catalog start with catalogid = 0
connect by prior catalogid = parent
order siblings by display_order

this would probably work fine in 9i, but I can't use the sibling keyword in 8i :( Can anyone help?

thanks in advance, Received on Mon Aug 19 2002 - 17:22:37 CDT

Original text of this message

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