OK, while I'm really bad about approving comments (mostly because the platform makes it so painful), I do want to answer a few of them here real quick. First and foremost because this is bothering me.
Developers can use the ORDER SIBLINGS BY feature of Oracle 10g and later to sort the records in a hierarchy created by the START WITH and CONNECT BY clauses in a SELECT statement. Oracle’s START WITH ...