Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> ORDER BY issue with CONNECT BY query. Please help.
I have a connect by query.
I want to order items WITHIN EACH LEVEL by name.
How can I do this?
x)
Simple example of results:
SMITH
TIGER
SIMON
TACKER FORRESTER
FORRESTER
JACKSON
KELLY
KING
SIMON
SMITH
TACKER
TIGER
x)
What I want, is to order items by name WITHIN EACH LEVEL.
Like this:
SMITH
JACKSON
KELLY
KING
SIMON
FORRESTER TACKER
![]() |
![]() |